Html Css Color HEX #FCD32E Sunglow

📋 copy color: '#FCD32E'

red 252 ◦ green 211 ◦ blue 46

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

Shades of Sunglow #FCD32E

Tints of Sunglow #FCD32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.04%

R = 49.51%
G = 41.45%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCD32E (or 0xFCD32E) is known color: Sunglow. HEX triplet: FC, D3 and 2E. RGB value is (252,211,46). Sum of RGB (Red+Green+Blue) = 252+211+46=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD32E is #032CD1. Grayscale: #CDCDCD. Windows color (decimal): -208082 or 3068924. OLE color: 3068924.

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

Color convert

RGB 252 211 46 -
CMYK 0 0.16 0.82 0.01
HSL 48.06º 0.97% 0.58% -
HSV(B) 48.06º 0.82% 0.99% -
XYZ 63.93 67.48 12.24 -
YUV 204.45 38.58 161.92 -
System Red Green Blue C M Y K H S L
Decimal 252 211 46 0 0.16 0.82 0.01 48.06 0.97 0.58
Hex FC D3 2E 0 10 52 1 30 61 3A
Octal 374 323 56 0 20 122 1 60 141 72
Binary 11111100 11010011 101110 0 10000 1010010 1 110000 1100001 111010

Color Harmonies of #FCD32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD32E

Black with #FCD32E

Text Example


Text Example

White with #FCD32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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