Html Css Color HEX #F85909 International Orange

📋 copy color: '#F85909'

red 248 ◦ green 89 ◦ blue 9

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

Shades of International Orange #F85909

Tints of International Orange #F85909

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 9 (3.91% from 255) = 2.6%

R = 71.68%
G = 25.72%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F85909 (or 0xF85909) is known color: International Orange. HEX triplet: F8, 59 and 09. RGB value is (248,89,9). Sum of RGB (Red+Green+Blue) = 248+89+9=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F85909 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85909 is #07A6F6. Grayscale: #7F7F7F. Windows color (decimal): -501495 or 612856. OLE color: 612856.

HSL color Cylindrical-coordinate representation of color #F85909: hue angle of 20.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F85909 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 89 9 -
CMYK 0 0.64 0.96 0.03
HSL 20.08º 0.94% 0.5% -
HSV(B) 20.08º 0.96% 0.97% -
XYZ 42.33 27.12 3.26 -
YUV 127.42 61.18 214 -
System Red Green Blue C M Y K H S L
Decimal 248 89 9 0 0.64 0.96 0.03 20.08 0.94 0.5
Hex F8 59 9 0 40 60 3 14 5E 32
Octal 370 131 11 0 100 140 3 24 136 62
Binary 11111000 1011001 1001 0 1000000 1100000 11 10100 1011110 110010

Color Harmonies of #F85909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85909

Black with #F85909

Text Example


Text Example

White with #F85909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85909; }

 p { color: rgb(248,89,9); }

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

background-color css

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

 a { background-color: rgb(248,89,9); }

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

border-color css

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

 span { border-color: rgb(248,89,9); }

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