Html Css Color HEX #F26411 Safety Orange

📋 copy color: '#F26411'

red 242 ◦ green 100 ◦ blue 17

#F26411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #F26411

Tints of Safety Orange #F26411

RGB

 RED value IS 242 (94.92% from 255) = 67.41%

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 67.41%
G = 27.86%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F26411 (or 0xF26411) is known color: Safety Orange. HEX triplet: F2, 64 and 11. RGB value is (242,100,17). Sum of RGB (Red+Green+Blue) = 242+100+17=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F26411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26411 is #0D9BEE. Grayscale: #858585. Windows color (decimal): -891887 or 1139954. OLE color: 1139954.

HSL color Cylindrical-coordinate representation of color #F26411: hue angle of 22.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F26411 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 17 -
CMYK 0 0.59 0.93 0.05
HSL 22.13º 0.9% 0.51% -
HSV(B) 22.13º 0.93% 0.95% -
XYZ 41.28 28.03 3.77 -
YUV 133 62.54 205.75 -
System Red Green Blue C M Y K H S L
Decimal 242 100 17 0 0.59 0.93 0.05 22.13 0.9 0.51
Hex F2 64 11 0 3B 5D 5 16 5A 33
Octal 362 144 21 0 73 135 5 26 132 63
Binary 11110010 1100100 10001 0 111011 1011101 101 10110 1011010 110011

Color Harmonies of #F26411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26411

Black with #F26411

Text Example


Text Example

White with #F26411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26411; }

 p { color: rgb(242,100,17); }

 H1.HeaderClassName
 {
   color: #F26411;
 }
 .AnyTagClassName
 {
   color: #F26411;
 }
</style>

background-color css

<style>
 a { background-color: #F26411; }

 a { background-color: rgb(242,100,17); }

 div.DivClassName
 {
   background-color: #F26411;
 }
 .BgClassName
 {
   background-color: #F26411;
 }
</style>

border-color css

<style>
 span { border-color: #F26411; }

 span { border-color: rgb(242,100,17); }

 td.TdClassName
 {
   border-color: #F26411;
 }
 .TagClassName
 {
   border-color: #F26411;
 }
</style>