Html Css Color HEX #F26404 Safety Orange

📋 copy color: '#F26404'

red 242 ◦ green 100 ◦ blue 4

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

Shades of Safety Orange #F26404

Tints of Safety Orange #F26404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 69.94%
G = 28.9%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F26404 (or 0xF26404) is known color: Safety Orange. HEX triplet: F2, 64 and 04. RGB value is (242,100,4). Sum of RGB (Red+Green+Blue) = 242+100+4=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F26404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26404 is #0D9BFB. Grayscale: #848484. Windows color (decimal): -891900 or 287986. OLE color: 287986.

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

Color convert

RGB 242 100 4 -
CMYK 0 0.59 0.98 0.05
HSL 24.2º 0.97% 0.48% -
HSV(B) 24.2º 0.98% 0.95% -
XYZ 41.2 28 3.35 -
YUV 131.51 56.04 206.81 -
System Red Green Blue C M Y K H S L
Decimal 242 100 4 0 0.59 0.98 0.05 24.2 0.97 0.48
Hex F2 64 4 0 3B 62 5 18 61 30
Octal 362 144 4 0 73 142 5 30 141 60
Binary 11110010 1100100 100 0 111011 1100010 101 11000 1100001 110000

Color Harmonies of #F26404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26404

Black with #F26404

Text Example


Text Example

White with #F26404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26404; }

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

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

background-color css

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

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

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

border-color css

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

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

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