Html Css Color HEX #FCD220 Turbo

📋 copy color: '#FCD220'

red 252 ◦ green 210 ◦ blue 32

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

Shades of Turbo #FCD220

Tints of Turbo #FCD220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.48%

R = 51.01%
G = 42.51%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCD220 (or 0xFCD220) is known color: Turbo. HEX triplet: FC, D2 and 20. RGB value is (252,210,32). Sum of RGB (Red+Green+Blue) = 252+210+32=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD220 is #032DDF. Grayscale: #CBCBCB. Windows color (decimal): -208352 or 2151164. OLE color: 2151164.

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

Color convert

RGB 252 210 32 -
CMYK 0 0.17 0.87 0.01
HSL 48.55º 0.97% 0.56% -
HSV(B) 48.55º 0.87% 0.99% -
XYZ 63.45 66.89 10.93 -
YUV 202.27 31.91 163.47 -
System Red Green Blue C M Y K H S L
Decimal 252 210 32 0 0.17 0.87 0.01 48.55 0.97 0.56
Hex FC D2 20 0 11 57 1 31 61 38
Octal 374 322 40 0 21 127 1 61 141 70
Binary 11111100 11010010 100000 0 10001 1010111 1 110001 1100001 111000

Color Harmonies of #FCD220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD220

Black with #FCD220

Text Example


Text Example

White with #FCD220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD220; }

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

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

background-color css

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

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

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

border-color css

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

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

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