Html Css Color HEX #F85D01 Safety Orange

📋 copy color: '#F85D01'

red 248 ◦ green 93 ◦ blue 1

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

Shades of Safety Orange #F85D01

Tints of Safety Orange #F85D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 72.51%
G = 27.19%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F85D01 (or 0xF85D01) is known color: Safety Orange. HEX triplet: F8, 5D and 01. RGB value is (248,93,1). Sum of RGB (Red+Green+Blue) = 248+93+1=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D01 is #07A2FE. Grayscale: #818181. Windows color (decimal): -500479 or 89592. OLE color: 89592.

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

Color convert

RGB 248 93 1 -
CMYK 0 0.62 1.00 0.03
HSL 22.35º 0.99% 0.49% -
HSV(B) 22.35º 1% 0.97% -
XYZ 42.63 27.79 3.15 -
YUV 128.86 55.85 212.98 -
System Red Green Blue C M Y K H S L
Decimal 248 93 1 0 0.62 1.00 0.03 22.35 0.99 0.49
Hex F8 5D 1 0 3E 64 3 16 63 31
Octal 370 135 1 0 76 144 3 26 143 61
Binary 11111000 1011101 1 0 111110 1100100 11 10110 1100011 110001

Color Harmonies of #F85D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D01

Black with #F85D01

Text Example


Text Example

White with #F85D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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