#FCDD22

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

Shades of Turbo #FCDD22

Tints of Turbo #FCDD22

Color information

#FCDD22 (or 0xFCDD22) is unknown color: approx Turbo. HEX triplet: FC, DD and 22. RGB value is (252,221,34). Sum of RGB (Red+Green+Blue) = 252+221+34=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 34 (13.67% from 255 or 6.71% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD22 is #0322DD. Grayscale: #D1D1D1. Windows color (decimal): -205534 or 2285052. OLE color: 2285052.

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

Color convert

RGB25222134-
CMYK00.120.870.01
HSL51.47º97.32%56.08%-
HSV(B)51.47º86.51%98.82%-
XYZ66.2972.5212.02-
YUV208.9529.27158.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 34 (13.67% from 255) = 6.71%
R=49.70%
G=43.59%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522213400.120.870.0151.4797.3256.08
HexFCDD220C571336138
Octal3743354201412716314170
Binary111111001101110110001001100101011111100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDD22; }

 p { color: rgb(252,221,34); }

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

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

 a { background-color: rgb(252,221,34); }

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

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

 span { border-color: rgb(252,221,34); }

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