Html Css Color HEX #FCD020 Turbo

📋 copy color: '#FCD020'

red 252 ◦ green 208 ◦ blue 32

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

Shades of Turbo #FCD020

Tints of Turbo #FCD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.28%

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

R = 51.22%
G = 42.28%
B = 6.5%

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

#FCD020 (or 0xFCD020) is known color: Turbo. HEX triplet: FC, D0 and 20. RGB value is (252,208,32). Sum of RGB (Red+Green+Blue) = 252+208+32=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD020 is #032FDF. Grayscale: #C9C9C9. Windows color (decimal): -208864 or 2150652. OLE color: 2150652.

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

Color convert

RGB 252 208 32 -
CMYK 0 0.17 0.87 0.01
HSL 48º 0.97% 0.56% -
HSV(B) 48º 0.87% 0.99% -
XYZ 62.96 65.91 10.77 -
YUV 201.09 32.58 164.31 -
System Red Green Blue C M Y K H S L
Decimal 252 208 32 0 0.17 0.87 0.01 48 0.97 0.56
Hex FC D0 20 0 11 57 1 30 61 38
Octal 374 320 40 0 21 127 1 60 141 70
Binary 11111100 11010000 100000 0 10001 1010111 1 110000 1100001 111000

Color Harmonies of #FCD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD020

Black with #FCD020

Text Example


Text Example

White with #FCD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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