Html Css Color HEX #FCD732 Sunglow

📋 copy color: '#FCD732'

red 252 ◦ green 215 ◦ blue 50

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

Shades of Sunglow #FCD732

Tints of Sunglow #FCD732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.59%

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

R = 48.74%
G = 41.59%
B = 9.67%

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

#FCD732 (or 0xFCD732) is known color: Sunglow. HEX triplet: FC, D7 and 32. RGB value is (252,215,50). Sum of RGB (Red+Green+Blue) = 252+215+50=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 50 (19.92% from 255 or 9.67% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD732 is #0328CD. Grayscale: #CFCFCF. Windows color (decimal): -207054 or 3332092. OLE color: 3332092.

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

Color convert

RGB 252 215 50 -
CMYK 0 0.15 0.80 0.01
HSL 49.01º 0.97% 0.59% -
HSV(B) 49.01º 0.8% 0.99% -
XYZ 65.02 69.53 13.01 -
YUV 207.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 252 215 50 0 0.15 0.80 0.01 49.01 0.97 0.59
Hex FC D7 32 0 F 50 1 31 61 3B
Octal 374 327 62 0 17 120 1 61 141 73
Binary 11111100 11010111 110010 0 1111 1010000 1 110001 1100001 111011

Color Harmonies of #FCD732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD732

Black with #FCD732

Text Example


Text Example

White with #FCD732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD732; }

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

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

background-color css

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

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

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

border-color css

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

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

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