Html Css Color HEX #F85C00 Safety Orange

📋 copy color: '#F85C00'

red 248 ◦ green 92 ◦ blue 0

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

Shades of Safety Orange #F85C00

Tints of Safety Orange #F85C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

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

R = 72.94%
G = 27.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F85C00 (or 0xF85C00) is known color: Safety Orange. HEX triplet: F8, 5C and 00. RGB value is (248,92,0). Sum of RGB (Red+Green+Blue) = 248+92+0=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C00 is #07A3FF. Grayscale: #808080. Windows color (decimal): -500736 or 23800. OLE color: 23800.

HSL color Cylindrical-coordinate representation of color #F85C00: hue angle of 22.26º 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 #F85C00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 92 0 -
CMYK 0 0.63 1 0.03
HSL 22.26º 1% 0.49% -
HSV(B) 22.26º 1% 0.97% -
XYZ 42.54 27.61 3.09 -
YUV 128.16 55.68 213.48 -
System Red Green Blue C M Y K H S L
Decimal 248 92 0 0 0.63 1 0.03 22.26 1 0.49
Hex F8 5C 0 0 3F 64 3 16 64 31
Octal 370 134 0 0 77 144 3 26 144 61
Binary 11111000 1011100 0 0 111111 1100100 11 10110 1100100 110001

Color Harmonies of #F85C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C00

Black with #F85C00

Text Example


Text Example

White with #F85C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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