Html Css Color HEX #F85501 International Orange

📋 copy color: '#F85501'

red 248 ◦ green 85 ◦ blue 1

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

Shades of International Orange #F85501

Tints of International Orange #F85501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

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

R = 74.25%
G = 25.45%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F85501 (or 0xF85501) is known color: International Orange. HEX triplet: F8, 55 and 01. RGB value is (248,85,1). Sum of RGB (Red+Green+Blue) = 248+85+1=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F85501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85501 is #07AAFE. Grayscale: #7C7C7C. Windows color (decimal): -502527 or 87544. OLE color: 87544.

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

Color convert

RGB 248 85 1 -
CMYK 0 0.66 1.00 0.03
HSL 20.4º 0.99% 0.49% -
HSV(B) 20.4º 1% 0.97% -
XYZ 41.97 26.46 2.92 -
YUV 124.16 58.5 216.33 -
System Red Green Blue C M Y K H S L
Decimal 248 85 1 0 0.66 1.00 0.03 20.4 0.99 0.49
Hex F8 55 1 0 42 64 3 14 63 31
Octal 370 125 1 0 102 144 3 24 143 61
Binary 11111000 1010101 1 0 1000010 1100100 11 10100 1100011 110001

Color Harmonies of #F85501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85501

Black with #F85501

Text Example


Text Example

White with #F85501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85501; }

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

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

background-color css

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

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

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

border-color css

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

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

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