Html Css Color HEX #F86A0C Safety Orange

📋 copy color: '#F86A0C'

red 248 ◦ green 106 ◦ blue 12

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

Shades of Safety Orange #F86A0C

Tints of Safety Orange #F86A0C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

 BLUE value IS 12 (5.08% from 255) = 3.28%

R = 67.76%
G = 28.96%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F86A0C (or 0xF86A0C) is known color: Safety Orange. HEX triplet: F8, 6A and 0C. RGB value is (248,106,12). Sum of RGB (Red+Green+Blue) = 248+106+12=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86A0C is #0795F3. Grayscale: #8A8A8A. Windows color (decimal): -497140 or 813816. OLE color: 813816.

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

Color convert

RGB 248 106 12 -
CMYK 0 0.57 0.95 0.03
HSL 23.9º 0.94% 0.51% -
HSV(B) 23.9º 0.95% 0.97% -
XYZ 43.93 30.29 3.88 -
YUV 137.74 57.04 206.64 -
System Red Green Blue C M Y K H S L
Decimal 248 106 12 0 0.57 0.95 0.03 23.9 0.94 0.51
Hex F8 6A C 0 39 5F 3 18 5E 33
Octal 370 152 14 0 71 137 3 30 136 63
Binary 11111000 1101010 1100 0 111001 1011111 11 11000 1011110 110011

Color Harmonies of #F86A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A0C

Black with #F86A0C

Text Example


Text Example

White with #F86A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A0C; }

 p { color: rgb(248,106,12); }

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

background-color css

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

 a { background-color: rgb(248,106,12); }

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

border-color css

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

 span { border-color: rgb(248,106,12); }

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