Html Css Color HEX #FCD931 Gorse

📋 copy color: '#FCD931'

red 252 ◦ green 217 ◦ blue 49

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

Shades of Gorse #FCD931

Tints of Gorse #FCD931

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.89%

 BLUE value IS 49 (19.53% from 255) = 9.46%

R = 48.65%
G = 41.89%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD931 (or 0xFCD931) is known color: Gorse. HEX triplet: FC, D9 and 31. RGB value is (252,217,49). Sum of RGB (Red+Green+Blue) = 252+217+49=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 49 (19.53% from 255 or 9.46% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD931 is #0326CE. Grayscale: #D1D1D1. Windows color (decimal): -206543 or 3267068. OLE color: 3267068.

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

Color convert

RGB 252 217 49 -
CMYK 0 0.14 0.81 0.01
HSL 49.66º 0.97% 0.59% -
HSV(B) 49.66º 0.81% 0.99% -
XYZ 65.51 70.54 13.07 -
YUV 208.31 38.1 159.16 -
System Red Green Blue C M Y K H S L
Decimal 252 217 49 0 0.14 0.81 0.01 49.66 0.97 0.59
Hex FC D9 31 0 E 51 1 32 61 3B
Octal 374 331 61 0 16 121 1 62 141 73
Binary 11111100 11011001 110001 0 1110 1010001 1 110010 1100001 111011

Color Harmonies of #FCD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD931

Black with #FCD931

Text Example


Text Example

White with #FCD931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD931; }

 p { color: rgb(252,217,49); }

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

background-color css

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

 a { background-color: rgb(252,217,49); }

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

border-color css

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

 span { border-color: rgb(252,217,49); }

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