Html Css Color HEX #F86003 Safety Orange

📋 copy color: '#F86003'

red 248 ◦ green 96 ◦ blue 3

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

Shades of Safety Orange #F86003

Tints of Safety Orange #F86003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 71.47%
G = 27.67%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F86003 (or 0xF86003) is known color: Safety Orange. HEX triplet: F8, 60 and 03. RGB value is (248,96,3). Sum of RGB (Red+Green+Blue) = 248+96+3=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F86003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86003 is #079FFC. Grayscale: #838383. Windows color (decimal): -499709 or 221432. OLE color: 221432.

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

Color convert

RGB 248 96 3 -
CMYK 0 0.61 0.99 0.03
HSL 22.78º 0.98% 0.49% -
HSV(B) 22.78º 0.99% 0.97% -
XYZ 42.91 28.33 3.29 -
YUV 130.85 55.86 211.56 -
System Red Green Blue C M Y K H S L
Decimal 248 96 3 0 0.61 0.99 0.03 22.78 0.98 0.49
Hex F8 60 3 0 3D 63 3 17 62 31
Octal 370 140 3 0 75 143 3 27 142 61
Binary 11111000 1100000 11 0 111101 1100011 11 10111 1100010 110001

Color Harmonies of #F86003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86003

Black with #F86003

Text Example


Text Example

White with #F86003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86003; }

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

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

background-color css

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

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

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

border-color css

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

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

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