Html Css Color HEX #F85500 International Orange

📋 copy color: '#F85500'

red 248 ◦ green 85 ◦ blue 0

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

Shades of International Orange #F85500

Tints of International Orange #F85500

RGB

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

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

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

R = 74.47%
G = 25.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F85500 (or 0xF85500) is known color: International Orange. HEX triplet: F8, 55 and 00. RGB value is (248,85,0). Sum of RGB (Red+Green+Blue) = 248+85+0=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F85500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85500 is #07AAFF. Grayscale: #7C7C7C. Windows color (decimal): -502528 or 22008. OLE color: 22008.

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

Color convert

RGB 248 85 0 -
CMYK 0 0.66 1 0.03
HSL 20.56º 1% 0.49% -
HSV(B) 20.56º 1% 0.97% -
XYZ 41.96 26.45 2.89 -
YUV 124.05 58 216.41 -
System Red Green Blue C M Y K H S L
Decimal 248 85 0 0 0.66 1 0.03 20.56 1 0.49
Hex F8 55 0 0 42 64 3 15 64 31
Octal 370 125 0 0 102 144 3 25 144 61
Binary 11111000 1010101 0 0 1000010 1100100 11 10101 1100100 110001

Color Harmonies of #F85500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85500

Black with #F85500

Text Example


Text Example

White with #F85500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85500; }

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

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

background-color css

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

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

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

border-color css

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

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

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