Html Css Color HEX #FCD528 Turbo

📋 copy color: '#FCD528'

red 252 ◦ green 213 ◦ blue 40

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

Shades of Turbo #FCD528

Tints of Turbo #FCD528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.92%

R = 49.9%
G = 42.18%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCD528 (or 0xFCD528) is known color: Turbo. HEX triplet: FC, D5 and 28. RGB value is (252,213,40). Sum of RGB (Red+Green+Blue) = 252+213+40=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD528 is #032AD7. Grayscale: #CDCDCD. Windows color (decimal): -207576 or 2676220. OLE color: 2676220.

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

Color convert

RGB 252 213 40 -
CMYK 0 0.15 0.84 0.01
HSL 48.96º 0.97% 0.57% -
HSV(B) 48.96º 0.84% 0.99% -
XYZ 64.32 68.44 11.83 -
YUV 204.94 34.92 161.57 -
System Red Green Blue C M Y K H S L
Decimal 252 213 40 0 0.15 0.84 0.01 48.96 0.97 0.57
Hex FC D5 28 0 F 54 1 31 61 39
Octal 374 325 50 0 17 124 1 61 141 71
Binary 11111100 11010101 101000 0 1111 1010100 1 110001 1100001 111001

Color Harmonies of #FCD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD528

Black with #FCD528

Text Example


Text Example

White with #FCD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD528; }

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

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

background-color css

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

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

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

border-color css

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

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

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