Html Css Color HEX #FCD41D Turbo

📋 copy color: '#FCD41D'

red 252 ◦ green 212 ◦ blue 29

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

Shades of Turbo #FCD41D

Tints of Turbo #FCD41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43%

 BLUE value IS 29 (11.72% from 255) = 5.88%

R = 51.12%
G = 43%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCD41D (or 0xFCD41D) is known color: Turbo. HEX triplet: FC, D4 and 1D. RGB value is (252,212,29). Sum of RGB (Red+Green+Blue) = 252+212+29=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD41D is #032BE2. Grayscale: #CBCBCB. Windows color (decimal): -207843 or 1955068. OLE color: 1955068.

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

Color convert

RGB 252 212 29 -
CMYK 0 0.16 0.88 0.01
HSL 49.24º 0.97% 0.55% -
HSV(B) 49.24º 0.88% 0.99% -
XYZ 63.91 67.87 10.89 -
YUV 203.1 29.75 162.88 -
System Red Green Blue C M Y K H S L
Decimal 252 212 29 0 0.16 0.88 0.01 49.24 0.97 0.55
Hex FC D4 1D 0 10 58 1 31 61 37
Octal 374 324 35 0 20 130 1 61 141 67
Binary 11111100 11010100 11101 0 10000 1011000 1 110001 1100001 110111

Color Harmonies of #FCD41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD41D

Black with #FCD41D

Text Example


Text Example

White with #FCD41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD41D; }

 p { color: rgb(252,212,29); }

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

background-color css

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

 a { background-color: rgb(252,212,29); }

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

border-color css

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

 span { border-color: rgb(252,212,29); }

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