Html Css Color HEX #F85F0F Safety Orange

📋 copy color: '#F85F0F'

red 248 ◦ green 95 ◦ blue 15

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

Shades of Safety Orange #F85F0F

Tints of Safety Orange #F85F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.19%

R = 69.27%
G = 26.54%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F85F0F (or 0xF85F0F) is known color: Safety Orange. HEX triplet: F8, 5F and 0F. RGB value is (248,95,15). Sum of RGB (Red+Green+Blue) = 248+95+15=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85F0F is #07A0F0. Grayscale: #848484. Windows color (decimal): -499953 or 1007608. OLE color: 1007608.

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

Color convert

RGB 248 95 15 -
CMYK 0 0.62 0.94 0.03
HSL 20.6º 0.94% 0.52% -
HSV(B) 20.6º 0.94% 0.97% -
XYZ 42.89 28.18 3.63 -
YUV 131.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 248 95 15 0 0.62 0.94 0.03 20.6 0.94 0.52
Hex F8 5F F 0 3E 5E 3 15 5E 34
Octal 370 137 17 0 76 136 3 25 136 64
Binary 11111000 1011111 1111 0 111110 1011110 11 10101 1011110 110100

Color Harmonies of #F85F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F0F

Black with #F85F0F

Text Example


Text Example

White with #F85F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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