Html Css Color HEX #F26409 Safety Orange

📋 copy color: '#F26409'

red 242 ◦ green 100 ◦ blue 9

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

Shades of Safety Orange #F26409

Tints of Safety Orange #F26409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 68.95%
G = 28.49%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F26409 (or 0xF26409) is known color: Safety Orange. HEX triplet: F2, 64 and 09. RGB value is (242,100,9). Sum of RGB (Red+Green+Blue) = 242+100+9=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F26409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26409 is #0D9BF6. Grayscale: #848484. Windows color (decimal): -891895 or 615666. OLE color: 615666.

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

Color convert

RGB 242 100 9 -
CMYK 0 0.59 0.96 0.05
HSL 23.43º 0.93% 0.49% -
HSV(B) 23.43º 0.96% 0.95% -
XYZ 41.22 28.01 3.49 -
YUV 132.08 58.54 206.4 -
System Red Green Blue C M Y K H S L
Decimal 242 100 9 0 0.59 0.96 0.05 23.43 0.93 0.49
Hex F2 64 9 0 3B 60 5 17 5D 31
Octal 362 144 11 0 73 140 5 27 135 61
Binary 11110010 1100100 1001 0 111011 1100000 101 10111 1011101 110001

Color Harmonies of #F26409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26409

Black with #F26409

Text Example


Text Example

White with #F26409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26409; }

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

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

background-color css

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

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

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

border-color css

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

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

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