Html Css Color HEX #F85103 International Orange

📋 copy color: '#F85103'

red 248 ◦ green 81 ◦ blue 3

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

Shades of International Orange #F85103

Tints of International Orange #F85103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

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

R = 74.7%
G = 24.4%
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

#F85103 (or 0xF85103) is known color: International Orange. HEX triplet: F8, 51 and 03. RGB value is (248,81,3). Sum of RGB (Red+Green+Blue) = 248+81+3=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F85103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85103 is #07AEFC. Grayscale: #7A7A7A. Windows color (decimal): -503549 or 217592. OLE color: 217592.

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

Color convert

RGB 248 81 3 -
CMYK 0 0.67 0.99 0.03
HSL 19.1º 0.98% 0.49% -
HSV(B) 19.1º 0.99% 0.97% -
XYZ 41.67 25.85 2.88 -
YUV 122.04 60.83 217.84 -
System Red Green Blue C M Y K H S L
Decimal 248 81 3 0 0.67 0.99 0.03 19.1 0.98 0.49
Hex F8 51 3 0 43 63 3 13 62 31
Octal 370 121 3 0 103 143 3 23 142 61
Binary 11111000 1010001 11 0 1000011 1100011 11 10011 1100010 110001

Color Harmonies of #F85103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85103

Black with #F85103

Text Example


Text Example

White with #F85103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85103; }

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

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

background-color css

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

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

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

border-color css

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

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

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