Html Css Color HEX #F85100 International Orange

📋 copy color: '#F85100'

red 248 ◦ green 81 ◦ blue 0

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

Shades of International Orange #F85100

Tints of International Orange #F85100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.38%
G = 24.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F85100 (or 0xF85100) is known color: International Orange. HEX triplet: F8, 51 and 00. RGB value is (248,81,0). Sum of RGB (Red+Green+Blue) = 248+81+0=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F85100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85100 is #07AEFF. Grayscale: #7A7A7A. Windows color (decimal): -503552 or 20984. OLE color: 20984.

HSL color Cylindrical-coordinate representation of color #F85100: hue angle of 19.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F85100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 81 0 -
CMYK 0 0.67 1 0.03
HSL 19.6º 1% 0.49% -
HSV(B) 19.6º 1% 0.97% -
XYZ 41.65 25.84 2.79 -
YUV 121.7 59.33 218.09 -
System Red Green Blue C M Y K H S L
Decimal 248 81 0 0 0.67 1 0.03 19.6 1 0.49
Hex F8 51 0 0 43 64 3 14 64 31
Octal 370 121 0 0 103 144 3 24 144 61
Binary 11111000 1010001 0 0 1000011 1100100 11 10100 1100100 110001

Color Harmonies of #F85100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85100

Black with #F85100

Text Example


Text Example

White with #F85100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85100; }

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

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

background-color css

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

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

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

border-color css

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

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

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