#F9560C

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

Shades of International Orange #F9560C

Tints of International Orange #F9560C

Color information

#F9560C (or 0xF9560C) is unknown color: approx International Orange. HEX triplet: F9, 56 and 0C. RGB value is (249,86,12). Sum of RGB (Red+Green+Blue) = 249+86+12=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9560C is #06A9F3. Grayscale: #7E7E7E. Windows color (decimal): -436724 or 808697. OLE color: 808697.

HSL color Cylindrical-coordinate representation of color #F9560C: hue angle of 18.73º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9560C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB2498612-
CMYK00.650.950.02
HSL18.73º95.18%51.18%-
HSV(B)18.73º95.18%97.65%-
XYZ42.4626.823.29-
YUV126.363.5215.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 71.76%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 12 (5.08% from 255) = 3.46%
R=71.76%
G=24.78%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249861200.650.950.0218.7395.1851.18
HexF956C0415F2135f33
Octal37112614010113722313763
Binary111110011010110110001000001101111110100111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9560C; }

 p { color: rgb(249,86,12); }

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

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

 a { background-color: rgb(249,86,12); }

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

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

 span { border-color: rgb(249,86,12); }

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