Html Css Color HEX #F86310 Safety Orange

📋 copy color: '#F86310'

red 248 ◦ green 99 ◦ blue 16

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

Shades of Safety Orange #F86310

Tints of Safety Orange #F86310

RGB

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

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

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

R = 68.32%
G = 27.27%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F86310 (or 0xF86310) is known color: Safety Orange. HEX triplet: F8, 63 and 10. RGB value is (248,99,16). Sum of RGB (Red+Green+Blue) = 248+99+16=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F86310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86310 is #079CEF. Grayscale: #868686. Windows color (decimal): -498928 or 1074168. OLE color: 1074168.

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

Color convert

RGB 248 99 16 -
CMYK 0 0.60 0.94 0.03
HSL 21.47º 0.94% 0.52% -
HSV(B) 21.47º 0.94% 0.97% -
XYZ 43.27 28.92 3.79 -
YUV 134.09 61.36 209.25 -
System Red Green Blue C M Y K H S L
Decimal 248 99 16 0 0.60 0.94 0.03 21.47 0.94 0.52
Hex F8 63 10 0 3C 5E 3 15 5E 34
Octal 370 143 20 0 74 136 3 25 136 64
Binary 11111000 1100011 10000 0 111100 1011110 11 10101 1011110 110100

Color Harmonies of #F86310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86310

Black with #F86310

Text Example


Text Example

White with #F86310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86310; }

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

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

background-color css

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

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

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

border-color css

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

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

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