Html Css Color HEX #FCD21F Turbo

📋 copy color: '#FCD21F'

red 252 ◦ green 210 ◦ blue 31

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

Shades of Turbo #FCD21F

Tints of Turbo #FCD21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.29%

R = 51.12%
G = 42.6%
B = 6.29%

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

#FCD21F (or 0xFCD21F) is known color: Turbo. HEX triplet: FC, D2 and 1F. RGB value is (252,210,31). Sum of RGB (Red+Green+Blue) = 252+210+31=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 31 (12.5% from 255 or 6.29% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD21F is #032DE0. Grayscale: #CACACA. Windows color (decimal): -208353 or 2085628. OLE color: 2085628.

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

Color convert

RGB 252 210 31 -
CMYK 0 0.17 0.88 0.01
HSL 48.6º 0.97% 0.55% -
HSV(B) 48.6º 0.88% 0.99% -
XYZ 63.44 66.89 10.86 -
YUV 202.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 252 210 31 0 0.17 0.88 0.01 48.6 0.97 0.55
Hex FC D2 1F 0 11 58 1 31 61 37
Octal 374 322 37 0 21 130 1 61 141 67
Binary 11111100 11010010 11111 0 10001 1011000 1 110001 1100001 110111

Color Harmonies of #FCD21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD21F

Black with #FCD21F

Text Example


Text Example

White with #FCD21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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