#F9580C

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

Shades of International Orange #F9580C

Tints of International Orange #F9580C

Color information

#F9580C (or 0xF9580C) is unknown color: approx International Orange. HEX triplet: F9, 58 and 0C. RGB value is (249,88,12). Sum of RGB (Red+Green+Blue) = 249+88+12=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9580C is #06A7F3. Grayscale: #7F7F7F. Windows color (decimal): -436212 or 809209. OLE color: 809209.

HSL color Cylindrical-coordinate representation of color #F9580C: hue angle of 19.24º 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 #F9580C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB2498812-
CMYK00.650.950.02
HSL19.24º95.18%51.18%-
HSV(B)19.24º95.18%97.65%-
XYZ42.6227.153.34-
YUV127.4862.84214.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 71.35%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 12 (5.08% from 255) = 3.44%
R=71.35%
G=25.21%
B=3.44%

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
Decimal249881200.650.950.0219.2495.1851.18
HexF958C0415F2135f33
Octal37113014010113722313763
Binary111110011011000110001000001101111110100111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9580C; }

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

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

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

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

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

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

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

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