Html Css Color HEX #FF7204 Safety Orange

📋 copy color: '#FF7204'

red 255 ◦ green 114 ◦ blue 4

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

Shades of Safety Orange #FF7204

Tints of Safety Orange #FF7204

RGB

 RED value IS 255 (100% from 255) = 68.36%

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 68.36%
G = 30.56%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF7204 (or 0xFF7204) is known color: Safety Orange. HEX triplet: FF, 72 and 04. RGB value is (255,114,4). Sum of RGB (Red+Green+Blue) = 255+114+4=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7204 is #008DFB. Grayscale: #909090. Windows color (decimal): -36348 or 291583. OLE color: 291583.

HSL color Cylindrical-coordinate representation of color #FF7204: hue angle of 26.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF7204 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 114 4 -
CMYK 0 0.55 0.98 0
HSL 26.29º 1% 0.51% -
HSV(B) 26.29º 0.98% 1% -
XYZ 47.28 33.3 4.05 -
YUV 143.62 49.21 207.44 -
System Red Green Blue C M Y K H S L
Decimal 255 114 4 0 0.55 0.98 0 26.29 1 0.51
Hex FF 72 4 0 37 62 0 1A 64 33
Octal 377 162 4 0 67 142 0 32 144 63
Binary 11111111 1110010 100 0 110111 1100010 0 11010 1100100 110011

Color Harmonies of #FF7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7204

Black with #FF7204

Text Example


Text Example

White with #FF7204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7204; }

 p { color: rgb(255,114,4); }

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

background-color css

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

 a { background-color: rgb(255,114,4); }

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

border-color css

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

 span { border-color: rgb(255,114,4); }

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