Html Css Color HEX #F85D00 Safety Orange

📋 copy color: '#F85D00'

red 248 ◦ green 93 ◦ blue 0

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

Shades of Safety Orange #F85D00

Tints of Safety Orange #F85D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F85D00 (or 0xF85D00) is known color: Safety Orange. HEX triplet: F8, 5D and 00. RGB value is (248,93,0). Sum of RGB (Red+Green+Blue) = 248+93+0=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D00 is #07A2FF. Grayscale: #818181. Windows color (decimal): -500480 or 24056. OLE color: 24056.

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

Color convert

RGB 248 93 0 -
CMYK 0 0.62 1 0.03
HSL 22.5º 1% 0.49% -
HSV(B) 22.5º 1% 0.97% -
XYZ 42.63 27.79 3.12 -
YUV 128.74 55.35 213.06 -
System Red Green Blue C M Y K H S L
Decimal 248 93 0 0 0.62 1 0.03 22.5 1 0.49
Hex F8 5D 0 0 3E 64 3 16 64 31
Octal 370 135 0 0 76 144 3 26 144 61
Binary 11111000 1011101 0 0 111110 1100100 11 10110 1100100 110001

Color Harmonies of #F85D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D00

Black with #F85D00

Text Example


Text Example

White with #F85D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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