Html Css Color HEX #F85F0C Safety Orange

📋 copy color: '#F85F0C'

red 248 ◦ green 95 ◦ blue 12

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

Shades of Safety Orange #F85F0C

Tints of Safety Orange #F85F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.76%

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

R = 69.86%
G = 26.76%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F85F0C (or 0xF85F0C) is known color: Safety Orange. HEX triplet: F8, 5F and 0C. RGB value is (248,95,12). Sum of RGB (Red+Green+Blue) = 248+95+12=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85F0C is #07A0F3. Grayscale: #838383. Windows color (decimal): -499956 or 811000. OLE color: 811000.

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

Color convert

RGB 248 95 12 -
CMYK 0 0.62 0.95 0.03
HSL 21.1º 0.94% 0.51% -
HSV(B) 21.1º 0.95% 0.97% -
XYZ 42.87 28.17 3.53 -
YUV 131.29 60.69 211.25 -
System Red Green Blue C M Y K H S L
Decimal 248 95 12 0 0.62 0.95 0.03 21.1 0.94 0.51
Hex F8 5F C 0 3E 5F 3 15 5E 33
Octal 370 137 14 0 76 137 3 25 136 63
Binary 11111000 1011111 1100 0 111110 1011111 11 10101 1011110 110011

Color Harmonies of #F85F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F0C

Black with #F85F0C

Text Example


Text Example

White with #F85F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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