Html Css Color HEX #F86D0C Safety Orange

📋 copy color: '#F86D0C'

red 248 ◦ green 109 ◦ blue 12

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

Shades of Safety Orange #F86D0C

Tints of Safety Orange #F86D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

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

R = 67.21%
G = 29.54%
B = 3.25%

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

#F86D0C (or 0xF86D0C) is known color: Safety Orange. HEX triplet: F8, 6D and 0C. RGB value is (248,109,12). Sum of RGB (Red+Green+Blue) = 248+109+12=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86D0C is #0792F3. Grayscale: #8C8C8C. Windows color (decimal): -496372 or 814584. OLE color: 814584.

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

Color convert

RGB 248 109 12 -
CMYK 0 0.56 0.95 0.03
HSL 24.66º 0.94% 0.51% -
HSV(B) 24.66º 0.95% 0.97% -
XYZ 44.25 30.92 3.98 -
YUV 139.5 56.05 205.39 -
System Red Green Blue C M Y K H S L
Decimal 248 109 12 0 0.56 0.95 0.03 24.66 0.94 0.51
Hex F8 6D C 0 38 5F 3 19 5E 33
Octal 370 155 14 0 70 137 3 31 136 63
Binary 11111000 1101101 1100 0 111000 1011111 11 11001 1011110 110011

Color Harmonies of #F86D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86D0C

Black with #F86D0C

Text Example


Text Example

White with #F86D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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