Html Css Color HEX #F85003 International Orange

📋 copy color: '#F85003'

red 248 ◦ green 80 ◦ blue 3

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

Shades of International Orange #F85003

Tints of International Orange #F85003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 74.92%
G = 24.17%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F85003 (or 0xF85003) is known color: International Orange. HEX triplet: F8, 50 and 03. RGB value is (248,80,3). Sum of RGB (Red+Green+Blue) = 248+80+3=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F85003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85003 is #07AFFC. Grayscale: #797979. Windows color (decimal): -503805 or 217336. OLE color: 217336.

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

Color convert

RGB 248 80 3 -
CMYK 0 0.68 0.99 0.03
HSL 18.86º 0.98% 0.49% -
HSV(B) 18.86º 0.99% 0.97% -
XYZ 41.6 25.7 2.85 -
YUV 121.45 61.16 218.26 -
System Red Green Blue C M Y K H S L
Decimal 248 80 3 0 0.68 0.99 0.03 18.86 0.98 0.49
Hex F8 50 3 0 44 63 3 13 62 31
Octal 370 120 3 0 104 143 3 23 142 61
Binary 11111000 1010000 11 0 1000100 1100011 11 10011 1100010 110001

Color Harmonies of #F85003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85003

Black with #F85003

Text Example


Text Example

White with #F85003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85003; }

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

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

background-color css

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

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

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

border-color css

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

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

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