Html Css Color HEX #FCD529 Turbo

📋 copy color: '#FCD529'

red 252 ◦ green 213 ◦ blue 41

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

Shades of Turbo #FCD529

Tints of Turbo #FCD529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.1%

R = 49.8%
G = 42.09%
B = 8.1%

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

#FCD529 (or 0xFCD529) is known color: Turbo. HEX triplet: FC, D5 and 29. RGB value is (252,213,41). Sum of RGB (Red+Green+Blue) = 252+213+41=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 41 (16.41% from 255 or 8.10% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD529 is #032AD6. Grayscale: #CDCDCD. Windows color (decimal): -207575 or 2741756. OLE color: 2741756.

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

Color convert

RGB 252 213 41 -
CMYK 0 0.15 0.84 0.01
HSL 48.91º 0.97% 0.57% -
HSV(B) 48.91º 0.84% 0.99% -
XYZ 64.34 68.44 11.92 -
YUV 205.05 35.42 161.49 -
System Red Green Blue C M Y K H S L
Decimal 252 213 41 0 0.15 0.84 0.01 48.91 0.97 0.57
Hex FC D5 29 0 F 54 1 31 61 39
Octal 374 325 51 0 17 124 1 61 141 71
Binary 11111100 11010101 101001 0 1111 1010100 1 110001 1100001 111001

Color Harmonies of #FCD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD529

Black with #FCD529

Text Example


Text Example

White with #FCD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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