Html Css Color HEX #F85409 International Orange

📋 copy color: '#F85409'

red 248 ◦ green 84 ◦ blue 9

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

Shades of International Orange #F85409

Tints of International Orange #F85409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 72.73%
G = 24.63%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F85409 (or 0xF85409) is known color: International Orange. HEX triplet: F8, 54 and 09. RGB value is (248,84,9). Sum of RGB (Red+Green+Blue) = 248+84+9=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F85409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85409 is #07ABF6. Grayscale: #7C7C7C. Windows color (decimal): -502775 or 611576. OLE color: 611576.

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

Color convert

RGB 248 84 9 -
CMYK 0 0.66 0.96 0.03
HSL 18.83º 0.94% 0.5% -
HSV(B) 18.83º 0.96% 0.97% -
XYZ 41.93 26.32 3.13 -
YUV 124.49 62.83 216.1 -
System Red Green Blue C M Y K H S L
Decimal 248 84 9 0 0.66 0.96 0.03 18.83 0.94 0.5
Hex F8 54 9 0 42 60 3 13 5E 32
Octal 370 124 11 0 102 140 3 23 136 62
Binary 11111000 1010100 1001 0 1000010 1100000 11 10011 1011110 110010

Color Harmonies of #F85409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85409

Black with #F85409

Text Example


Text Example

White with #F85409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85409; }

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

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

background-color css

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

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

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

border-color css

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

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

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