#FFD21E

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

Shades of Turbo #FFD21E

Tints of Turbo #FFD21E

Color information

#FFD21E (or 0xFFD21E) is unknown color: approx Turbo. HEX triplet: FF, D2 and 1E. RGB value is (255,210,30). Sum of RGB (Red+Green+Blue) = 255+210+30=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD21E is #002DE1. Grayscale: #CBCBCB. Windows color (decimal): -11746 or 2020095. OLE color: 2020095.

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

Color convert

RGB25521030-
CMYK00.180.880
HSL48º100%55.88%-
HSV(B)48º88.24%100%-
XYZ64.5267.4510.85-
YUV202.9330.41165.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 30 (12.11% from 255) = 6.06%
R=51.52%
G=42.42%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552103000.180.8804810055.88
HexFFD21E012580306438
Octal3773223602213006014470
Binary111111111101001011110010010101100001100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD21E; }

 p { color: rgb(255,210,30); }

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

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

 a { background-color: rgb(255,210,30); }

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

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

 span { border-color: rgb(255,210,30); }

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