#FFD522

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

Shades of Turbo #FFD522

Tints of Turbo #FFD522

Color information

#FFD522 (or 0xFFD522) is unknown color: approx Turbo. HEX triplet: FF, D5 and 22. RGB value is (255,213,34). Sum of RGB (Red+Green+Blue) = 255+213+34=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 34 (13.67% from 255 or 6.77% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD522 is #002ADD. Grayscale: #CDCDCD. Windows color (decimal): -10974 or 2283007. OLE color: 2283007.

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

Color convert

RGB25521334-
CMYK00.160.870
HSL48.6º100%56.67%-
HSV(B)48.6º86.67%100%-
XYZ65.3268.9611.38-
YUV205.1531.41163.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 34 (13.67% from 255) = 6.77%
R=50.80%
G=42.43%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552133400.160.87048.610056.67
HexFFD522010570316439
Octal3773254202012706114471
Binary1111111111010101100010010000101011101100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD522; }

 p { color: rgb(255,213,34); }

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

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

 a { background-color: rgb(255,213,34); }

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

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

 span { border-color: rgb(255,213,34); }

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