Html Css Color HEX #F85F13 Safety Orange

📋 copy color: '#F85F13'

red 248 ◦ green 95 ◦ blue 19

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

Shades of Safety Orange #F85F13

Tints of Safety Orange #F85F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.25%

R = 68.51%
G = 26.24%
B = 5.25%

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

#F85F13 (or 0xF85F13) is known color: Safety Orange. HEX triplet: F8, 5F and 13. RGB value is (248,95,19). Sum of RGB (Red+Green+Blue) = 248+95+19=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85F13 is #07A0EC. Grayscale: #848484. Windows color (decimal): -499949 or 1269752. OLE color: 1269752.

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

Color convert

RGB 248 95 19 -
CMYK 0 0.62 0.92 0.03
HSL 19.91º 0.94% 0.52% -
HSV(B) 19.91º 0.92% 0.97% -
XYZ 42.92 28.19 3.79 -
YUV 132.08 64.19 210.68 -
System Red Green Blue C M Y K H S L
Decimal 248 95 19 0 0.62 0.92 0.03 19.91 0.94 0.52
Hex F8 5F 13 0 3E 5C 3 14 5E 34
Octal 370 137 23 0 76 134 3 24 136 64
Binary 11111000 1011111 10011 0 111110 1011100 11 10100 1011110 110100

Color Harmonies of #F85F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F13

Black with #F85F13

Text Example


Text Example

White with #F85F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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