Html Css Color HEX #FCD129 Turbo

📋 copy color: '#FCD129'

red 252 ◦ green 209 ◦ blue 41

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

Shades of Turbo #FCD129

Tints of Turbo #FCD129

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.63%

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

R = 50.2%
G = 41.63%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCD129 (or 0xFCD129) is known color: Turbo. HEX triplet: FC, D1 and 29. RGB value is (252,209,41). Sum of RGB (Red+Green+Blue) = 252+209+41=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD129 is #032ED6. Grayscale: #CBCBCB. Windows color (decimal): -208599 or 2740732. OLE color: 2740732.

HSL color Cylindrical-coordinate representation of color #FCD129: hue angle of 47.77º 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 #FCD129 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 41 -
CMYK 0 0.17 0.84 0.01
HSL 47.77º 0.97% 0.57% -
HSV(B) 47.77º 0.84% 0.99% -
XYZ 63.35 66.46 11.59 -
YUV 202.71 36.75 163.16 -
System Red Green Blue C M Y K H S L
Decimal 252 209 41 0 0.17 0.84 0.01 47.77 0.97 0.57
Hex FC D1 29 0 11 54 1 30 61 39
Octal 374 321 51 0 21 124 1 60 141 71
Binary 11111100 11010001 101001 0 10001 1010100 1 110000 1100001 111001

Color Harmonies of #FCD129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD129

Black with #FCD129

Text Example


Text Example

White with #FCD129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD129; }

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

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

background-color css

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

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

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

border-color css

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

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

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