Html Css Color HEX #F56310 Safety Orange

📋 copy color: '#F56310'

red 245 ◦ green 99 ◦ blue 16

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

Shades of Safety Orange #F56310

Tints of Safety Orange #F56310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 68.06%
G = 27.5%
B = 4.44%

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

#F56310 (or 0xF56310) is known color: Safety Orange. HEX triplet: F5, 63 and 10. RGB value is (245,99,16). Sum of RGB (Red+Green+Blue) = 245+99+16=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F56310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56310 is #0A9CEF. Grayscale: #858585. Windows color (decimal): -695536 or 1074165. OLE color: 1074165.

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

Color convert

RGB 245 99 16 -
CMYK 0 0.60 0.93 0.04
HSL 21.75º 0.92% 0.51% -
HSV(B) 21.75º 0.93% 0.96% -
XYZ 42.21 28.37 3.74 -
YUV 133.19 61.87 207.75 -
System Red Green Blue C M Y K H S L
Decimal 245 99 16 0 0.60 0.93 0.04 21.75 0.92 0.51
Hex F5 63 10 0 3C 5D 4 16 5C 33
Octal 365 143 20 0 74 135 4 26 134 63
Binary 11110101 1100011 10000 0 111100 1011101 100 10110 1011100 110011

Color Harmonies of #F56310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56310

Black with #F56310

Text Example


Text Example

White with #F56310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56310; }

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

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

background-color css

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

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

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

border-color css

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

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

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