Html Css Color HEX #F85C01 Safety Orange

📋 copy color: '#F85C01'

red 248 ◦ green 92 ◦ blue 1

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

Shades of Safety Orange #F85C01

Tints of Safety Orange #F85C01

RGB

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

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

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

R = 72.73%
G = 26.98%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F85C01 (or 0xF85C01) is known color: Safety Orange. HEX triplet: F8, 5C and 01. RGB value is (248,92,1). Sum of RGB (Red+Green+Blue) = 248+92+1=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C01 is #07A3FE. Grayscale: #808080. Windows color (decimal): -500735 or 89336. OLE color: 89336.

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

Color convert

RGB 248 92 1 -
CMYK 0 0.63 1.00 0.03
HSL 22.11º 0.99% 0.49% -
HSV(B) 22.11º 1% 0.97% -
XYZ 42.54 27.61 3.12 -
YUV 128.27 56.18 213.4 -
System Red Green Blue C M Y K H S L
Decimal 248 92 1 0 0.63 1.00 0.03 22.11 0.99 0.49
Hex F8 5C 1 0 3F 64 3 16 63 31
Octal 370 134 1 0 77 144 3 26 143 61
Binary 11111000 1011100 1 0 111111 1100100 11 10110 1100011 110001

Color Harmonies of #F85C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C01

Black with #F85C01

Text Example


Text Example

White with #F85C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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