Html Css Color HEX #F56710 Safety Orange

📋 copy color: '#F56710'

red 245 ◦ green 103 ◦ blue 16

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

Shades of Safety Orange #F56710

Tints of Safety Orange #F56710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.3%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 67.31%
G = 28.3%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F56710 (or 0xF56710) is known color: Safety Orange. HEX triplet: F5, 67 and 10. RGB value is (245,103,16). Sum of RGB (Red+Green+Blue) = 245+103+16=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F56710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56710 is #0A98EF. Grayscale: #888888. Windows color (decimal): -694512 or 1075189. OLE color: 1075189.

HSL color Cylindrical-coordinate representation of color #F56710: hue angle of 22.79º 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 #F56710 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 103 16 -
CMYK 0 0.58 0.93 0.04
HSL 22.79º 0.92% 0.51% -
HSV(B) 22.79º 0.93% 0.96% -
XYZ 42.6 29.15 3.87 -
YUV 135.54 60.54 206.07 -
System Red Green Blue C M Y K H S L
Decimal 245 103 16 0 0.58 0.93 0.04 22.79 0.92 0.51
Hex F5 67 10 0 3A 5D 4 17 5C 33
Octal 365 147 20 0 72 135 4 27 134 63
Binary 11110101 1100111 10000 0 111010 1011101 100 10111 1011100 110011

Color Harmonies of #F56710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56710

Black with #F56710

Text Example


Text Example

White with #F56710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56710; }

 p { color: rgb(245,103,16); }

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

background-color css

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

 a { background-color: rgb(245,103,16); }

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

border-color css

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

 span { border-color: rgb(245,103,16); }

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