#FD9D13

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

Shades of Dark Tangerine #FD9D13

Tints of Dark Tangerine #FD9D13

Color information

#FD9D13 (or 0xFD9D13) is unknown color: approx Dark Tangerine. HEX triplet: FD, 9D and 13. RGB value is (253,157,19). Sum of RGB (Red+Green+Blue) = 253+157+19=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9D13 is #0262EC. Grayscale: #AAAAAA. Windows color (decimal): -156397 or 1285629. OLE color: 1285629.

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

Color convert

RGB25315719-
CMYK00.380.920.01
HSL35.38º98.32%53.33%-
HSV(B)35.38º92.49%99.22%-
XYZ52.6845.046.53-
YUV169.9742.8187.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.97%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 19 (7.81% from 255) = 4.43%
R=58.97%
G=36.60%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531571900.380.920.0135.3898.3253.33
HexFD9D130265C1236235
Octal3752352304613414314265
Binary1111110110011101100110100110101110011000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9D13; }

 p { color: rgb(253,157,19); }

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

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

 a { background-color: rgb(253,157,19); }

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

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

 span { border-color: rgb(253,157,19); }

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