Html Css Color HEX #FCD82D Gorse

📋 copy color: '#FCD82D'

red 252 ◦ green 216 ◦ blue 45

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

Shades of Gorse #FCD82D

Tints of Gorse #FCD82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.77%

R = 49.12%
G = 42.11%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCD82D (or 0xFCD82D) is known color: Gorse. HEX triplet: FC, D8 and 2D. RGB value is (252,216,45). Sum of RGB (Red+Green+Blue) = 252+216+45=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD82D is #0327D2. Grayscale: #CFCFCF. Windows color (decimal): -206803 or 3004668. OLE color: 3004668.

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

Color convert

RGB 252 216 45 -
CMYK 0 0.14 0.82 0.01
HSL 49.57º 0.97% 0.58% -
HSV(B) 49.57º 0.82% 0.99% -
XYZ 65.17 70 12.56 -
YUV 207.27 36.43 159.9 -
System Red Green Blue C M Y K H S L
Decimal 252 216 45 0 0.14 0.82 0.01 49.57 0.97 0.58
Hex FC D8 2D 0 E 52 1 32 61 3A
Octal 374 330 55 0 16 122 1 62 141 72
Binary 11111100 11011000 101101 0 1110 1010010 1 110010 1100001 111010

Color Harmonies of #FCD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD82D

Black with #FCD82D

Text Example


Text Example

White with #FCD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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