Html Css Color HEX #FCD532 Sunglow

📋 copy color: '#FCD532'

red 252 ◦ green 213 ◦ blue 50

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

Shades of Sunglow #FCD532

Tints of Sunglow #FCD532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.71%

R = 48.93%
G = 41.36%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCD532 (or 0xFCD532) is known color: Sunglow. HEX triplet: FC, D5 and 32. RGB value is (252,213,50). Sum of RGB (Red+Green+Blue) = 252+213+50=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 50 (19.92% from 255 or 9.71% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD532 is #032ACD. Grayscale: #CECECE. Windows color (decimal): -207566 or 3331580. OLE color: 3331580.

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

Color convert

RGB 252 213 50 -
CMYK 0 0.15 0.80 0.01
HSL 48.42º 0.97% 0.59% -
HSV(B) 48.42º 0.8% 0.99% -
XYZ 64.51 68.51 12.84 -
YUV 206.08 39.92 160.75 -
System Red Green Blue C M Y K H S L
Decimal 252 213 50 0 0.15 0.80 0.01 48.42 0.97 0.59
Hex FC D5 32 0 F 50 1 30 61 3B
Octal 374 325 62 0 17 120 1 60 141 73
Binary 11111100 11010101 110010 0 1111 1010000 1 110000 1100001 111011

Color Harmonies of #FCD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD532

Black with #FCD532

Text Example


Text Example

White with #FCD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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