Html Css Color HEX #F86312 Safety Orange

📋 copy color: '#F86312'

red 248 ◦ green 99 ◦ blue 18

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

Shades of Safety Orange #F86312

Tints of Safety Orange #F86312

RGB

 RED value IS 248 (97.27% from 255) = 67.95%

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

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

R = 67.95%
G = 27.12%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F86312 (or 0xF86312) is known color: Safety Orange. HEX triplet: F8, 63 and 12. RGB value is (248,99,18). Sum of RGB (Red+Green+Blue) = 248+99+18=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F86312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86312 is #079CED. Grayscale: #868686. Windows color (decimal): -498926 or 1205240. OLE color: 1205240.

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

Color convert

RGB 248 99 18 -
CMYK 0 0.60 0.93 0.03
HSL 21.13º 0.94% 0.52% -
HSV(B) 21.13º 0.93% 0.97% -
XYZ 43.28 28.92 3.87 -
YUV 134.32 62.36 209.09 -
System Red Green Blue C M Y K H S L
Decimal 248 99 18 0 0.60 0.93 0.03 21.13 0.94 0.52
Hex F8 63 12 0 3C 5D 3 15 5E 34
Octal 370 143 22 0 74 135 3 25 136 64
Binary 11111000 1100011 10010 0 111100 1011101 11 10101 1011110 110100

Color Harmonies of #F86312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86312

Black with #F86312

Text Example


Text Example

White with #F86312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86312; }

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

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

background-color css

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

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

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

border-color css

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

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

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