#F65205

Color #F65205 International Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Orange #F65205

Tints of International Orange #F65205

Color information

#F65205 (or 0xF65205) is unknown color: approx International Orange. HEX triplet: F6, 52 and 05. RGB value is (246,82,5). Sum of RGB (Red+Green+Blue) = 246+82+5=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F65205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65205 is #09ADFA. Grayscale: #7A7A7A. Windows color (decimal): -634363 or 348918. OLE color: 348918.

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

Color convert

RGB246825-
CMYK00.670.980.04
HSL19.17º96.02%49.22%-
HSV(B)19.17º97.97%96.47%-
XYZ41.0525.642.93-
YUV122.2661.83216.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 73.87%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 5 (2.34% from 255) = 1.50%
R=73.87%
G=24.62%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24682500.670.980.0419.1796.0249.22
HexF6525043624136031
Octal3661225010314242314061
Binary111101101010010101010000111100010100100111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65205; }

 p { color: rgb(246,82,5); }

 H1.HeaderClassName
 {
   color: #F65205;
 }
 .AnyTagClassName
 {
   color: #F65205;
 }
</style>
background-color css

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

 a { background-color: rgb(246,82,5); }

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

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

 span { border-color: rgb(246,82,5); }

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