#FFD121

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

Shades of Turbo #FFD121

Tints of Turbo #FFD121

Color information

#FFD121 (or 0xFFD121) is unknown color: approx Turbo. HEX triplet: FF, D1 and 21. RGB value is (255,209,33). Sum of RGB (Red+Green+Blue) = 255+209+33=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD121 is #002EDE. Grayscale: #CBCBCB. Windows color (decimal): -11999 or 2216447. OLE color: 2216447.

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

Color convert

RGB25520933-
CMYK00.180.870
HSL47.57º100%56.47%-
HSV(B)47.57º87.06%100%-
XYZ64.3166.9710.98-
YUV202.6932.24165.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 209 (82.03% from 255) = 42.05%
BLUE value IS 33 (13.28% from 255) = 6.64%
R=51.31%
G=42.05%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552093300.180.87047.5710056.47
HexFFD121012570306438
Octal3773214102212706014470
Binary1111111111010001100001010010101011101100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD121; }

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

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

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

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

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

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

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

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