#FD9C10

Color #FD9C10 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FD9C10

Tints of Dark Tangerine #FD9C10

Color information

#FD9C10 (or 0xFD9C10) is unknown color: approx Dark Tangerine. HEX triplet: FD, 9C and 10. RGB value is (253,156,16). Sum of RGB (Red+Green+Blue) = 253+156+16=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9C10 is #0263EF. Grayscale: #A9A9A9. Windows color (decimal): -156656 or 1088765. OLE color: 1088765.

HSL color Cylindrical-coordinate representation of color #FD9C10: hue angle of 35.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD9C10 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25315616-
CMYK00.380.940.01
HSL35.44º98.34%52.75%-
HSV(B)35.44º93.68%99.22%-
XYZ52.4944.76.35-
YUV169.0441.64187.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.53%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 16 (6.64% from 255) = 3.76%
R=59.53%
G=36.71%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531561600.380.940.0135.4498.3452.75
HexFD9C100265E1236235
Octal3752342004613614314265
Binary1111110110011100100000100110101111011000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9C10; }

 p { color: rgb(253,156,16); }

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

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

 a { background-color: rgb(253,156,16); }

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

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

 span { border-color: rgb(253,156,16); }

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