Html Css Color HEX #F56804 Safety Orange

📋 copy color: '#F56804'

red 245 ◦ green 104 ◦ blue 4

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

Shades of Safety Orange #F56804

Tints of Safety Orange #F56804

RGB

 RED value IS 245 (96.09% from 255) = 69.41%

 GREEN value IS 104 (41.02% from 255) = 29.46%

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

R = 69.41%
G = 29.46%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F56804 (or 0xF56804) is known color: Safety Orange. HEX triplet: F5, 68 and 04. RGB value is (245,104,4). Sum of RGB (Red+Green+Blue) = 245+104+4=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F56804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56804 is #0A97FB. Grayscale: #878787. Windows color (decimal): -694268 or 289013. OLE color: 289013.

HSL color Cylindrical-coordinate representation of color #F56804: hue angle of 24.9º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F56804 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 104 4 -
CMYK 0 0.58 0.98 0.04
HSL 24.9º 0.97% 0.49% -
HSV(B) 24.9º 0.98% 0.96% -
XYZ 42.63 29.32 3.53 -
YUV 134.76 54.21 206.63 -
System Red Green Blue C M Y K H S L
Decimal 245 104 4 0 0.58 0.98 0.04 24.9 0.97 0.49
Hex F5 68 4 0 3A 62 4 19 61 31
Octal 365 150 4 0 72 142 4 31 141 61
Binary 11110101 1101000 100 0 111010 1100010 100 11001 1100001 110001

Color Harmonies of #F56804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56804

Black with #F56804

Text Example


Text Example

White with #F56804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56804; }

 p { color: rgb(245,104,4); }

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

background-color css

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

 a { background-color: rgb(245,104,4); }

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

border-color css

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

 span { border-color: rgb(245,104,4); }

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