Html Css Color HEX #FCD832 Gorse

📋 copy color: '#FCD832'

red 252 ◦ green 216 ◦ blue 50

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

Shades of Gorse #FCD832

Tints of Gorse #FCD832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

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

R = 48.65%
G = 41.7%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCD832 (or 0xFCD832) is known color: Gorse. HEX triplet: FC, D8 and 32. RGB value is (252,216,50). Sum of RGB (Red+Green+Blue) = 252+216+50=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD832 is #0327CD. Grayscale: #D0D0D0. Windows color (decimal): -206798 or 3332348. OLE color: 3332348.

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

Color convert

RGB 252 216 50 -
CMYK 0 0.14 0.80 0.01
HSL 49.31º 0.97% 0.59% -
HSV(B) 49.31º 0.8% 0.99% -
XYZ 65.28 70.04 13.1 -
YUV 207.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 252 216 50 0 0.14 0.80 0.01 49.31 0.97 0.59
Hex FC D8 32 0 E 50 1 31 61 3B
Octal 374 330 62 0 16 120 1 61 141 73
Binary 11111100 11011000 110010 0 1110 1010000 1 110001 1100001 111011

Color Harmonies of #FCD832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD832

Black with #FCD832

Text Example


Text Example

White with #FCD832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD832; }

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

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

background-color css

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

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

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

border-color css

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

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

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