Html Css Color HEX #F85203 International Orange

📋 copy color: '#F85203'

red 248 ◦ green 82 ◦ blue 3

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

Shades of International Orange #F85203

Tints of International Orange #F85203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

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

R = 74.47%
G = 24.62%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F85203 (or 0xF85203) is known color: International Orange. HEX triplet: F8, 52 and 03. RGB value is (248,82,3). Sum of RGB (Red+Green+Blue) = 248+82+3=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F85203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85203 is #07ADFC. Grayscale: #7B7B7B. Windows color (decimal): -503293 or 217848. OLE color: 217848.

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

Color convert

RGB 248 82 3 -
CMYK 0 0.67 0.99 0.03
HSL 19.35º 0.98% 0.49% -
HSV(B) 19.35º 0.99% 0.97% -
XYZ 41.75 26 2.9 -
YUV 122.63 60.5 217.42 -
System Red Green Blue C M Y K H S L
Decimal 248 82 3 0 0.67 0.99 0.03 19.35 0.98 0.49
Hex F8 52 3 0 43 63 3 13 62 31
Octal 370 122 3 0 103 143 3 23 142 61
Binary 11111000 1010010 11 0 1000011 1100011 11 10011 1100010 110001

Color Harmonies of #F85203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85203

Black with #F85203

Text Example


Text Example

White with #F85203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85203; }

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

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

background-color css

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

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

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

border-color css

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

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

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