Html Css Color HEX #F85001 International Orange

📋 copy color: '#F85001'

red 248 ◦ green 80 ◦ blue 1

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

Shades of International Orange #F85001

Tints of International Orange #F85001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 75.38%
G = 24.32%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F85001 (or 0xF85001) is known color: International Orange. HEX triplet: F8, 50 and 01. RGB value is (248,80,1). Sum of RGB (Red+Green+Blue) = 248+80+1=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F85001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85001 is #07AFFE. Grayscale: #797979. Windows color (decimal): -503807 or 86264. OLE color: 86264.

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

Color convert

RGB 248 80 1 -
CMYK 0 0.68 1.00 0.03
HSL 19.19º 0.99% 0.49% -
HSV(B) 19.19º 1% 0.97% -
XYZ 41.59 25.7 2.8 -
YUV 121.23 60.16 218.42 -
System Red Green Blue C M Y K H S L
Decimal 248 80 1 0 0.68 1.00 0.03 19.19 0.99 0.49
Hex F8 50 1 0 44 64 3 13 63 31
Octal 370 120 1 0 104 144 3 23 143 61
Binary 11111000 1010000 1 0 1000100 1100100 11 10011 1100011 110001

Color Harmonies of #F85001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85001

Black with #F85001

Text Example


Text Example

White with #F85001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85001; }

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

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

background-color css

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

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

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

border-color css

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

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

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