Html Css Color HEX #FF7404 Safety Orange

📋 copy color: '#FF7404'

red 255 ◦ green 116 ◦ blue 4

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

Shades of Safety Orange #FF7404

Tints of Safety Orange #FF7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 68%
G = 30.93%
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

#FF7404 (or 0xFF7404) is known color: Safety Orange. HEX triplet: FF, 74 and 04. RGB value is (255,116,4). Sum of RGB (Red+Green+Blue) = 255+116+4=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7404 is #008BFB. Grayscale: #919191. Windows color (decimal): -35836 or 292095. OLE color: 292095.

HSL color Cylindrical-coordinate representation of color #FF7404: hue angle of 26.77º 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 #FF7404 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 116 4 -
CMYK 0 0.55 0.98 0
HSL 26.77º 1% 0.51% -
HSV(B) 26.77º 0.98% 1% -
XYZ 47.51 33.76 4.13 -
YUV 144.79 48.55 206.61 -
System Red Green Blue C M Y K H S L
Decimal 255 116 4 0 0.55 0.98 0 26.77 1 0.51
Hex FF 74 4 0 37 62 0 1B 64 33
Octal 377 164 4 0 67 142 0 33 144 63
Binary 11111111 1110100 100 0 110111 1100010 0 11011 1100100 110011

Color Harmonies of #FF7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7404

Black with #FF7404

Text Example


Text Example

White with #FF7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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