Html Css Color HEX #F86C0C Safety Orange

📋 copy color: '#F86C0C'

red 248 ◦ green 108 ◦ blue 12

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

Shades of Safety Orange #F86C0C

Tints of Safety Orange #F86C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 67.39%
G = 29.35%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F86C0C (or 0xF86C0C) is known color: Safety Orange. HEX triplet: F8, 6C and 0C. RGB value is (248,108,12). Sum of RGB (Red+Green+Blue) = 248+108+12=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C0C is #0793F3. Grayscale: #8B8B8B. Windows color (decimal): -496628 or 814328. OLE color: 814328.

HSL color Cylindrical-coordinate representation of color #F86C0C: hue angle of 24.41º 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 #F86C0C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 108 12 -
CMYK 0 0.56 0.95 0.03
HSL 24.41º 0.94% 0.51% -
HSV(B) 24.41º 0.95% 0.97% -
XYZ 44.14 30.71 3.95 -
YUV 138.92 56.38 205.81 -
System Red Green Blue C M Y K H S L
Decimal 248 108 12 0 0.56 0.95 0.03 24.41 0.94 0.51
Hex F8 6C C 0 38 5F 3 18 5E 33
Octal 370 154 14 0 70 137 3 30 136 63
Binary 11111000 1101100 1100 0 111000 1011111 11 11000 1011110 110011

Color Harmonies of #F86C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C0C

Black with #F86C0C

Text Example


Text Example

White with #F86C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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