Html Css Color HEX #FCD332 Sunglow

📋 copy color: '#FCD332'

red 252 ◦ green 211 ◦ blue 50

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

Shades of Sunglow #FCD332

Tints of Sunglow #FCD332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.13%

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

R = 49.12%
G = 41.13%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCD332 (or 0xFCD332) is known color: Sunglow. HEX triplet: FC, D3 and 32. RGB value is (252,211,50). Sum of RGB (Red+Green+Blue) = 252+211+50=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD332 is #032CCD. Grayscale: #CDCDCD. Windows color (decimal): -208078 or 3331068. OLE color: 3331068.

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

Color convert

RGB 252 211 50 -
CMYK 0 0.16 0.80 0.01
HSL 47.82º 0.97% 0.59% -
HSV(B) 47.82º 0.8% 0.99% -
XYZ 64.01 67.51 12.68 -
YUV 204.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 252 211 50 0 0.16 0.80 0.01 47.82 0.97 0.59
Hex FC D3 32 0 10 50 1 30 61 3B
Octal 374 323 62 0 20 120 1 60 141 73
Binary 11111100 11010011 110010 0 10000 1010000 1 110000 1100001 111011

Color Harmonies of #FCD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD332

Black with #FCD332

Text Example


Text Example

White with #FCD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD332; }

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

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

background-color css

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

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

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

border-color css

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

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

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