Html Css Color HEX #FCD840 Gorse

📋 copy color: '#FCD840'

red 252 ◦ green 216 ◦ blue 64

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

Shades of Gorse #FCD840

Tints of Gorse #FCD840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.03%

R = 47.37%
G = 40.6%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCD840 (or 0xFCD840) is known color: Gorse. HEX triplet: FC, D8 and 40. RGB value is (252,216,64). Sum of RGB (Red+Green+Blue) = 252+216+64=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD840 is #0327BF. Grayscale: #D2D2D2. Windows color (decimal): -206784 or 4249852. OLE color: 4249852.

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

Color convert

RGB 252 216 64 -
CMYK 0 0.14 0.75 0.01
HSL 48.51º 0.97% 0.62% -
HSV(B) 48.51º 0.75% 0.99% -
XYZ 65.63 70.18 14.94 -
YUV 209.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 252 216 64 0 0.14 0.75 0.01 48.51 0.97 0.62
Hex FC D8 40 0 E 4B 1 31 61 3E
Octal 374 330 100 0 16 113 1 61 141 76
Binary 11111100 11011000 1000000 0 1110 1001011 1 110001 1100001 111110

Color Harmonies of #FCD840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD840

Black with #FCD840

Text Example


Text Example

White with #FCD840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD840; }

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

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

background-color css

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

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

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

border-color css

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

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

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