Html Css Color HEX #F85F15 Safety Orange

📋 copy color: '#F85F15'

red 248 ◦ green 95 ◦ blue 21

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

Shades of Safety Orange #F85F15

Tints of Safety Orange #F85F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 68.13%
G = 26.1%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F85F15 (or 0xF85F15) is known color: Safety Orange. HEX triplet: F8, 5F and 15. RGB value is (248,95,21). Sum of RGB (Red+Green+Blue) = 248+95+21=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85F15 is #07A0EA. Grayscale: #848484. Windows color (decimal): -499947 or 1400824. OLE color: 1400824.

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

Color convert

RGB 248 95 21 -
CMYK 0 0.62 0.92 0.03
HSL 19.56º 0.94% 0.53% -
HSV(B) 19.56º 0.92% 0.97% -
XYZ 42.94 28.2 3.89 -
YUV 132.31 65.19 210.52 -
System Red Green Blue C M Y K H S L
Decimal 248 95 21 0 0.62 0.92 0.03 19.56 0.94 0.53
Hex F8 5F 15 0 3E 5C 3 14 5E 35
Octal 370 137 25 0 76 134 3 24 136 65
Binary 11111000 1011111 10101 0 111110 1011100 11 10100 1011110 110101

Color Harmonies of #F85F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F15

Black with #F85F15

Text Example


Text Example

White with #F85F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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