Html Css Color HEX #FF6404 Safety Orange

📋 copy color: '#FF6404'

red 255 ◦ green 100 ◦ blue 4

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

Shades of Safety Orange #FF6404

Tints of Safety Orange #FF6404

RGB

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

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

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

R = 71.03%
G = 27.86%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6404 (or 0xFF6404) is known color: Safety Orange. HEX triplet: FF, 64 and 04. RGB value is (255,100,4). Sum of RGB (Red+Green+Blue) = 255+100+4=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6404 is #009BFB. Grayscale: #878787. Windows color (decimal): -39932 or 287999. OLE color: 287999.

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

Color convert

RGB 255 100 4 -
CMYK 0 0.61 0.98 0
HSL 22.95º 1% 0.51% -
HSV(B) 22.95º 0.98% 1% -
XYZ 45.82 30.38 3.56 -
YUV 135.4 53.85 213.31 -
System Red Green Blue C M Y K H S L
Decimal 255 100 4 0 0.61 0.98 0 22.95 1 0.51
Hex FF 64 4 0 3D 62 0 17 64 33
Octal 377 144 4 0 75 142 0 27 144 63
Binary 11111111 1100100 100 0 111101 1100010 0 10111 1100100 110011

Color Harmonies of #FF6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6404

Black with #FF6404

Text Example


Text Example

White with #FF6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6404; }

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

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

background-color css

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

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

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

border-color css

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

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

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