#FDD10A

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

Shades of Tangerine Yellow #FDD10A

Tints of Tangerine Yellow #FDD10A

Color information

#FDD10A (or 0xFDD10A) is unknown color: approx Tangerine Yellow. HEX triplet: FD, D1 and 0A. RGB value is (253,209,10). Sum of RGB (Red+Green+Blue) = 253+209+10=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD10A is #022EF5. Grayscale: #C8C8C8. Windows color (decimal): -143094 or 709117. OLE color: 709117.

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

Color convert

RGB25320910-
CMYK00.170.960.01
HSL49.14º98.38%51.57%-
HSV(B)49.14º96.05%99.22%-
XYZ63.3666.519.78-
YUV199.4721.08166.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.60%
GREEN value IS 209 (82.03% from 255) = 44.28%
BLUE value IS 10 (4.30% from 255) = 2.12%
R=53.60%
G=44.28%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532091000.170.960.0149.1498.3851.57
HexFDD1A011601316234
Octal3753211202114016114264
Binary11111101110100011010010001110000011100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD10A; }

 p { color: rgb(253,209,10); }

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

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

 a { background-color: rgb(253,209,10); }

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

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

 span { border-color: rgb(253,209,10); }

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