Html Css Color HEX #FCD21C Turbo

📋 copy color: '#FCD21C'

red 252 ◦ green 210 ◦ blue 28

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

Shades of Turbo #FCD21C

Tints of Turbo #FCD21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.86%

 BLUE value IS 28 (11.33% from 255) = 5.71%

R = 51.43%
G = 42.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCD21C (or 0xFCD21C) is known color: Turbo. HEX triplet: FC, D2 and 1C. RGB value is (252,210,28). Sum of RGB (Red+Green+Blue) = 252+210+28=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 28 (11.33% from 255 or 5.71% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD21C is #032DE3. Grayscale: #CACACA. Windows color (decimal): -208356 or 1889020. OLE color: 1889020.

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

Color convert

RGB 252 210 28 -
CMYK 0 0.17 0.89 0.01
HSL 48.75º 0.97% 0.55% -
HSV(B) 48.75º 0.89% 0.99% -
XYZ 63.4 66.87 10.66 -
YUV 201.81 29.91 163.8 -
System Red Green Blue C M Y K H S L
Decimal 252 210 28 0 0.17 0.89 0.01 48.75 0.97 0.55
Hex FC D2 1C 0 11 59 1 31 61 37
Octal 374 322 34 0 21 131 1 61 141 67
Binary 11111100 11010010 11100 0 10001 1011001 1 110001 1100001 110111

Color Harmonies of #FCD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD21C

Black with #FCD21C

Text Example


Text Example

White with #FCD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD21C; }

 p { color: rgb(252,210,28); }

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

background-color css

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

 a { background-color: rgb(252,210,28); }

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

border-color css

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

 span { border-color: rgb(252,210,28); }

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