Html Css Color HEX #F65509 International Orange

📋 copy color: '#F65509'

red 246 ◦ green 85 ◦ blue 9

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

Shades of International Orange #F65509

Tints of International Orange #F65509

RGB

 RED value IS 246 (96.48% from 255) = 72.35%

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

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

R = 72.35%
G = 25%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F65509 (or 0xF65509) is known color: International Orange. HEX triplet: F6, 55 and 09. RGB value is (246,85,9). Sum of RGB (Red+Green+Blue) = 246+85+9=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F65509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65509 is #09AAF6. Grayscale: #7C7C7C. Windows color (decimal): -633591 or 611830. OLE color: 611830.

HSL color Cylindrical-coordinate representation of color #F65509: hue angle of 19.24º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F65509 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 9 -
CMYK 0 0.65 0.96 0.04
HSL 19.24º 0.93% 0.5% -
HSV(B) 19.24º 0.96% 0.96% -
XYZ 41.3 26.11 3.12 -
YUV 124.48 62.84 214.68 -
System Red Green Blue C M Y K H S L
Decimal 246 85 9 0 0.65 0.96 0.04 19.24 0.93 0.5
Hex F6 55 9 0 41 60 4 13 5D 32
Octal 366 125 11 0 101 140 4 23 135 62
Binary 11110110 1010101 1001 0 1000001 1100000 100 10011 1011101 110010

Color Harmonies of #F65509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65509

Black with #F65509

Text Example


Text Example

White with #F65509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65509; }

 p { color: rgb(246,85,9); }

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

background-color css

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

 a { background-color: rgb(246,85,9); }

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

border-color css

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

 span { border-color: rgb(246,85,9); }

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