Color Hex Logo

#f82601 Color Hex

#F82601
(248,38,1)
0 Favorites   0 Comments

Color spaces of #f82601

RGB 248381
HSL0.020.990.49
HSV100°97°
CMYK 0.000.851.00   0.03
XYZ39.410021.34492.0716
Yxy21.34490.62730.3397
Hunter Lab46.200571.413229.6819
CIE-Lab53.324974.028766.1334

#f82601 color RGB value is (248,38,1).

#f82601 hex color red value is 248, green value is 38 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f82601 hue: 0.02 , saturation: 0.99 and the lightness value of f82601 is 0.49.

The process color (four color CMYK) of #f82601 color hex is 0.00, 0.85, 1.00, 0.03. Web safe color of #f82601 is #ff3300. Color #f82601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100110 00000001
Octal 370 46 1
Decimal 248 38 1
Hex F8 26 1

RGB Percentages of Color #f82601

%86.41
%13.24
%0.35

CMYK Percentages of Color #f82601

%0
%85
%100
%3

Triadic Colors of #f82601

#f82601 #01f826 #2601f8

Analogous Colors of #f82601

#f82601 #f8a201 #f80157

Monochromatic Colors of #f82601

#f82601

Complementary Color

#f82601 #01d3f8

#f82601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82601 Color CSS Codes

.mybgcolor {background-color:#f82601; } 
.myforecolor {color:#f82601; }
.mybordercolor {border:3px solid #f82601; }

#f82601 Text Font Color

<p style="color:#f82601">Text here</p>

This sample text font color is #f82601
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f82601 Background Color

<div style="background-color:#f82601">
Div content here</div>

This div background color is #f82601


#f82601 Border Color

<div style="border:3px solid #f82601">
Div here</div>

This div border color is #f82601


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,38,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f82601; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f82601;
  -webkit-box-shadow: 1px 1px 3px 2px #f82601;
  box-shadow:         1px 1px 3px 2px #f82601; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,38,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f82601">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f82601;
  -webkit-box-shadow: 1px 1px 3px 2px #f82601;
  box-shadow:         1px 1px 3px 2px #f82601;">
Div content here</div>

This div box has shadow with color #f82601


Comments

No comments written yet.

Please login to write comment.