Html Css Color HEX #FCD11D Turbo

📋 copy color: '#FCD11D'

red 252 ◦ green 209 ◦ blue 29

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

Shades of Turbo #FCD11D

Tints of Turbo #FCD11D

RGB

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

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

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

R = 51.43%
G = 42.65%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCD11D (or 0xFCD11D) is known color: Turbo. HEX triplet: FC, D1 and 1D. RGB value is (252,209,29). Sum of RGB (Red+Green+Blue) = 252+209+29=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD11D is #032EE2. Grayscale: #CACACA. Windows color (decimal): -208611 or 1954300. OLE color: 1954300.

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

Color convert

RGB 252 209 29 -
CMYK 0 0.17 0.88 0.01
HSL 48.43º 0.97% 0.55% -
HSV(B) 48.43º 0.88% 0.99% -
XYZ 63.17 66.39 10.65 -
YUV 201.34 30.75 164.14 -
System Red Green Blue C M Y K H S L
Decimal 252 209 29 0 0.17 0.88 0.01 48.43 0.97 0.55
Hex FC D1 1D 0 11 58 1 30 61 37
Octal 374 321 35 0 21 130 1 60 141 67
Binary 11111100 11010001 11101 0 10001 1011000 1 110000 1100001 110111

Color Harmonies of #FCD11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD11D

Black with #FCD11D

Text Example


Text Example

White with #FCD11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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