Html Css Color HEX #F56312 Safety Orange

📋 copy color: '#F56312'

red 245 ◦ green 99 ◦ blue 18

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

Shades of Safety Orange #F56312

Tints of Safety Orange #F56312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 67.68%
G = 27.35%
B = 4.97%

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

#F56312 (or 0xF56312) is known color: Safety Orange. HEX triplet: F5, 63 and 12. RGB value is (245,99,18). Sum of RGB (Red+Green+Blue) = 245+99+18=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F56312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56312 is #0A9CED. Grayscale: #858585. Windows color (decimal): -695534 or 1205237. OLE color: 1205237.

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

Color convert

RGB 245 99 18 -
CMYK 0 0.60 0.93 0.04
HSL 21.41º 0.92% 0.52% -
HSV(B) 21.41º 0.93% 0.96% -
XYZ 42.23 28.38 3.82 -
YUV 133.42 62.87 207.59 -
System Red Green Blue C M Y K H S L
Decimal 245 99 18 0 0.60 0.93 0.04 21.41 0.92 0.52
Hex F5 63 12 0 3C 5D 4 15 5C 34
Octal 365 143 22 0 74 135 4 25 134 64
Binary 11110101 1100011 10010 0 111100 1011101 100 10101 1011100 110100

Color Harmonies of #F56312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56312

Black with #F56312

Text Example


Text Example

White with #F56312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56312; }

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

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

background-color css

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

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

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

border-color css

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

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

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