#FFD102

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

Shades of Tangerine Yellow #FFD102

Tints of Tangerine Yellow #FFD102

Color information

#FFD102 (or 0xFFD102) is unknown color: approx Tangerine Yellow. HEX triplet: FF, D1 and 02. RGB value is (255,209,2). Sum of RGB (Red+Green+Blue) = 255+209+2=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD102 is #002EFD. Grayscale: #C8C8C8. Windows color (decimal): -12030 or 184831. OLE color: 184831.

HSL color Cylindrical-coordinate representation of color #FFD102: hue angle of 49.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFD102 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB2552092-
CMYK00.180.990
HSL49.09º100%50.39%-
HSV(B)49.09º99.22%100%-
XYZ64.0566.879.59-
YUV199.1616.74167.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.72%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 2 (1.17% from 255) = 0.43%
R=54.72%
G=44.85%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255209200.180.99049.0910050.39
HexFFD12012630316432
Octal377321202214306114462
Binary111111111101000110010010110001101100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD102; }

 p { color: rgb(255,209,2); }

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

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

 a { background-color: rgb(255,209,2); }

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

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

 span { border-color: rgb(255,209,2); }

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