Html Css Color HEX #FCD82C Gorse

📋 copy color: '#FCD82C'

red 252 ◦ green 216 ◦ blue 44

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

Shades of Gorse #FCD82C

Tints of Gorse #FCD82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.59%

R = 49.22%
G = 42.19%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD82C (or 0xFCD82C) is known color: Gorse. HEX triplet: FC, D8 and 2C. RGB value is (252,216,44). Sum of RGB (Red+Green+Blue) = 252+216+44=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD82C is #0327D3. Grayscale: #CFCFCF. Windows color (decimal): -206804 or 2939132. OLE color: 2939132.

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

Color convert

RGB 252 216 44 -
CMYK 0 0.14 0.83 0.01
HSL 49.62º 0.97% 0.58% -
HSV(B) 49.62º 0.83% 0.99% -
XYZ 65.16 69.99 12.46 -
YUV 207.16 35.93 159.99 -
System Red Green Blue C M Y K H S L
Decimal 252 216 44 0 0.14 0.83 0.01 49.62 0.97 0.58
Hex FC D8 2C 0 E 53 1 32 61 3A
Octal 374 330 54 0 16 123 1 62 141 72
Binary 11111100 11011000 101100 0 1110 1010011 1 110010 1100001 111010

Color Harmonies of #FCD82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD82C

Black with #FCD82C

Text Example


Text Example

White with #FCD82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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