Html Css Color HEX #F85603 International Orange

📋 copy color: '#F85603'

red 248 ◦ green 86 ◦ blue 3

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

Shades of International Orange #F85603

Tints of International Orange #F85603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.52%

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

R = 73.59%
G = 25.52%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F85603 (or 0xF85603) is known color: International Orange. HEX triplet: F8, 56 and 03. RGB value is (248,86,3). Sum of RGB (Red+Green+Blue) = 248+86+3=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F85603 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85603 is #07A9FC. Grayscale: #7D7D7D. Windows color (decimal): -502269 or 218872. OLE color: 218872.

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

Color convert

RGB 248 86 3 -
CMYK 0 0.65 0.99 0.03
HSL 20.33º 0.98% 0.49% -
HSV(B) 20.33º 0.99% 0.97% -
XYZ 42.06 26.62 3.01 -
YUV 124.98 59.17 215.75 -
System Red Green Blue C M Y K H S L
Decimal 248 86 3 0 0.65 0.99 0.03 20.33 0.98 0.49
Hex F8 56 3 0 41 63 3 14 62 31
Octal 370 126 3 0 101 143 3 24 142 61
Binary 11111000 1010110 11 0 1000001 1100011 11 10100 1100010 110001

Color Harmonies of #F85603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85603

Black with #F85603

Text Example


Text Example

White with #F85603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85603; }

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

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

background-color css

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

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

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

border-color css

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

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

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