Html Css Color HEX #F85403 International Orange

📋 copy color: '#F85403'

red 248 ◦ green 84 ◦ blue 3

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

Shades of International Orange #F85403

Tints of International Orange #F85403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

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

R = 74.03%
G = 25.07%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F85403 (or 0xF85403) is known color: International Orange. HEX triplet: F8, 54 and 03. RGB value is (248,84,3). Sum of RGB (Red+Green+Blue) = 248+84+3=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F85403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85403 is #07ABFC. Grayscale: #7C7C7C. Windows color (decimal): -502781 or 218360. OLE color: 218360.

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

Color convert

RGB 248 84 3 -
CMYK 0 0.66 0.99 0.03
HSL 19.84º 0.98% 0.49% -
HSV(B) 19.84º 0.99% 0.97% -
XYZ 41.9 26.3 2.95 -
YUV 123.8 59.83 216.59 -
System Red Green Blue C M Y K H S L
Decimal 248 84 3 0 0.66 0.99 0.03 19.84 0.98 0.49
Hex F8 54 3 0 42 63 3 14 62 31
Octal 370 124 3 0 102 143 3 24 142 61
Binary 11111000 1010100 11 0 1000010 1100011 11 10100 1100010 110001

Color Harmonies of #F85403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85403

Black with #F85403

Text Example


Text Example

White with #F85403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85403; }

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

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

background-color css

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

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

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

border-color css

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

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

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