Html Css Color HEX #FCD520 Turbo

📋 copy color: '#FCD520'

red 252 ◦ green 213 ◦ blue 32

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

Shades of Turbo #FCD520

Tints of Turbo #FCD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

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

R = 50.7%
G = 42.86%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCD520 (or 0xFCD520) is known color: Turbo. HEX triplet: FC, D5 and 20. RGB value is (252,213,32). Sum of RGB (Red+Green+Blue) = 252+213+32=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD520 is #032ADF. Grayscale: #CCCCCC. Windows color (decimal): -207584 or 2151932. OLE color: 2151932.

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

Color convert

RGB 252 213 32 -
CMYK 0 0.15 0.87 0.01
HSL 49.36º 0.97% 0.56% -
HSV(B) 49.36º 0.87% 0.99% -
XYZ 64.2 68.39 11.18 -
YUV 204.03 30.92 162.22 -
System Red Green Blue C M Y K H S L
Decimal 252 213 32 0 0.15 0.87 0.01 49.36 0.97 0.56
Hex FC D5 20 0 F 57 1 31 61 38
Octal 374 325 40 0 17 127 1 61 141 70
Binary 11111100 11010101 100000 0 1111 1010111 1 110001 1100001 111000

Color Harmonies of #FCD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD520

Black with #FCD520

Text Example


Text Example

White with #FCD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD520; }

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

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

background-color css

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

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

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

border-color css

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

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

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