Html Css Color HEX #FCD329 Turbo

📋 copy color: '#FCD329'

red 252 ◦ green 211 ◦ blue 41

#FCD329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FCD329

Tints of Turbo #FCD329

RGB

 RED value IS 252 (98.83% from 255) = 50%

 GREEN value IS 211 (82.81% from 255) = 41.87%

 BLUE value IS 41 (16.41% from 255) = 8.13%

R = 50%
G = 41.87%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCD329 (or 0xFCD329) is known color: Turbo. HEX triplet: FC, D3 and 29. RGB value is (252,211,41). Sum of RGB (Red+Green+Blue) = 252+211+41=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 41 (16.41% from 255 or 8.13% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD329 is #032CD6. Grayscale: #CCCCCC. Windows color (decimal): -208087 or 2741244. OLE color: 2741244.

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

Color convert

RGB 252 211 41 -
CMYK 0 0.16 0.84 0.01
HSL 48.34º 0.97% 0.57% -
HSV(B) 48.34º 0.84% 0.99% -
XYZ 63.84 67.44 11.75 -
YUV 203.88 36.08 162.32 -
System Red Green Blue C M Y K H S L
Decimal 252 211 41 0 0.16 0.84 0.01 48.34 0.97 0.57
Hex FC D3 29 0 10 54 1 30 61 39
Octal 374 323 51 0 20 124 1 60 141 71
Binary 11111100 11010011 101001 0 10000 1010100 1 110000 1100001 111001

Color Harmonies of #FCD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD329

Black with #FCD329

Text Example


Text Example

White with #FCD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD329; }

 p { color: rgb(252,211,41); }

 H1.HeaderClassName
 {
   color: #FCD329;
 }
 .AnyTagClassName
 {
   color: #FCD329;
 }
</style>

background-color css

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

 a { background-color: rgb(252,211,41); }

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

border-color css

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

 span { border-color: rgb(252,211,41); }

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