Html Css Color HEX #F85D0B Safety Orange

📋 copy color: '#F85D0B'

red 248 ◦ green 93 ◦ blue 11

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

Shades of Safety Orange #F85D0B

Tints of Safety Orange #F85D0B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 70.45%
G = 26.42%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F85D0B (or 0xF85D0B) is known color: Safety Orange. HEX triplet: F8, 5D and 0B. RGB value is (248,93,11). Sum of RGB (Red+Green+Blue) = 248+93+11=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D0B is #07A2F4. Grayscale: #828282. Windows color (decimal): -500469 or 744952. OLE color: 744952.

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

Color convert

RGB 248 93 11 -
CMYK 0 0.62 0.96 0.03
HSL 20.76º 0.94% 0.51% -
HSV(B) 20.76º 0.96% 0.97% -
XYZ 42.69 27.81 3.43 -
YUV 130 60.85 212.17 -
System Red Green Blue C M Y K H S L
Decimal 248 93 11 0 0.62 0.96 0.03 20.76 0.94 0.51
Hex F8 5D B 0 3E 60 3 15 5E 33
Octal 370 135 13 0 76 140 3 25 136 63
Binary 11111000 1011101 1011 0 111110 1100000 11 10101 1011110 110011

Color Harmonies of #F85D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D0B

Black with #F85D0B

Text Example


Text Example

White with #F85D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D0B; }

 p { color: rgb(248,93,11); }

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

background-color css

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

 a { background-color: rgb(248,93,11); }

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

border-color css

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

 span { border-color: rgb(248,93,11); }

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