Html Css Color HEX #F85F03 Safety Orange

📋 copy color: '#F85F03'

red 248 ◦ green 95 ◦ blue 3

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

Shades of Safety Orange #F85F03

Tints of Safety Orange #F85F03

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 71.68%
G = 27.46%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F85F03 (or 0xF85F03) is known color: Safety Orange. HEX triplet: F8, 5F and 03. RGB value is (248,95,3). Sum of RGB (Red+Green+Blue) = 248+95+3=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85F03 is #07A0FC. Grayscale: #828282. Windows color (decimal): -499965 or 221176. OLE color: 221176.

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

Color convert

RGB 248 95 3 -
CMYK 0 0.62 0.99 0.03
HSL 22.53º 0.98% 0.49% -
HSV(B) 22.53º 0.99% 0.97% -
XYZ 42.82 28.15 3.26 -
YUV 130.26 56.19 211.98 -
System Red Green Blue C M Y K H S L
Decimal 248 95 3 0 0.62 0.99 0.03 22.53 0.98 0.49
Hex F8 5F 3 0 3E 63 3 17 62 31
Octal 370 137 3 0 76 143 3 27 142 61
Binary 11111000 1011111 11 0 111110 1100011 11 10111 1100010 110001

Color Harmonies of #F85F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F03

Black with #F85F03

Text Example


Text Example

White with #F85F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F03; }

 p { color: rgb(248,95,3); }

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

background-color css

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

 a { background-color: rgb(248,95,3); }

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

border-color css

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

 span { border-color: rgb(248,95,3); }

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