Html Css Color HEX #F56111 Safety Orange

📋 copy color: '#F56111'

red 245 ◦ green 97 ◦ blue 17

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

Shades of Safety Orange #F56111

Tints of Safety Orange #F56111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 68.25%
G = 27.02%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F56111 (or 0xF56111) is known color: Safety Orange. HEX triplet: F5, 61 and 11. RGB value is (245,97,17). Sum of RGB (Red+Green+Blue) = 245+97+17=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F56111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56111 is #0A9EEE. Grayscale: #848484. Windows color (decimal): -696047 or 1139189. OLE color: 1139189.

HSL color Cylindrical-coordinate representation of color #F56111: hue angle of 21.05º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56111 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 17 -
CMYK 0 0.60 0.93 0.04
HSL 21.05º 0.92% 0.51% -
HSV(B) 21.05º 0.93% 0.96% -
XYZ 42.03 28 3.72 -
YUV 132.13 63.03 208.5 -
System Red Green Blue C M Y K H S L
Decimal 245 97 17 0 0.60 0.93 0.04 21.05 0.92 0.51
Hex F5 61 11 0 3C 5D 4 15 5C 33
Octal 365 141 21 0 74 135 4 25 134 63
Binary 11110101 1100001 10001 0 111100 1011101 100 10101 1011100 110011

Color Harmonies of #F56111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56111

Black with #F56111

Text Example


Text Example

White with #F56111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56111; }

 p { color: rgb(245,97,17); }

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

background-color css

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

 a { background-color: rgb(245,97,17); }

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

border-color css

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

 span { border-color: rgb(245,97,17); }

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