Html Css Color HEX #FCD524 Turbo

📋 copy color: '#FCD524'

red 252 ◦ green 213 ◦ blue 36

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

Shades of Turbo #FCD524

Tints of Turbo #FCD524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.19%

R = 50.3%
G = 42.51%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCD524 (or 0xFCD524) is known color: Turbo. HEX triplet: FC, D5 and 24. RGB value is (252,213,36). Sum of RGB (Red+Green+Blue) = 252+213+36=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 36 (14.45% from 255 or 7.19% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD524 is #032ADB. Grayscale: #CDCDCD. Windows color (decimal): -207580 or 2414076. OLE color: 2414076.

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

Color convert

RGB 252 213 36 -
CMYK 0 0.15 0.86 0.01
HSL 49.17º 0.97% 0.56% -
HSV(B) 49.17º 0.86% 0.99% -
XYZ 64.26 68.41 11.49 -
YUV 204.48 32.92 161.89 -
System Red Green Blue C M Y K H S L
Decimal 252 213 36 0 0.15 0.86 0.01 49.17 0.97 0.56
Hex FC D5 24 0 F 56 1 31 61 38
Octal 374 325 44 0 17 126 1 61 141 70
Binary 11111100 11010101 100100 0 1111 1010110 1 110001 1100001 111000

Color Harmonies of #FCD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD524

Black with #FCD524

Text Example


Text Example

White with #FCD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD524; }

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

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

background-color css

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

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

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

border-color css

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

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

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