#FFD021

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

Shades of Turbo #FFD021

Tints of Turbo #FFD021

Color information

#FFD021 (or 0xFFD021) is unknown color: approx Turbo. HEX triplet: FF, D0 and 21. RGB value is (255,208,33). Sum of RGB (Red+Green+Blue) = 255+208+33=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD021 is #002FDE. Grayscale: #CACACA. Windows color (decimal): -12255 or 2216191. OLE color: 2216191.

HSL color Cylindrical-coordinate representation of color #FFD021: hue angle of 47.3º 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 #FFD021 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25520833-
CMYK00.180.870
HSL47.3º100%56.47%-
HSV(B)47.3º87.06%100%-
XYZ64.0766.4810.89-
YUV202.132.57165.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 33 (13.28% from 255) = 6.65%
R=51.41%
G=41.94%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552083300.180.87047.310056.47
HexFFD0210125702f6438
Octal3773204102212705714470
Binary1111111111010000100001010010101011101011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD021; }

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

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

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

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

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

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

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

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