Html Css Color HEX #FCD82B Gorse

📋 copy color: '#FCD82B'

red 252 ◦ green 216 ◦ blue 43

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

Shades of Gorse #FCD82B

Tints of Gorse #FCD82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.41%

R = 49.32%
G = 42.27%
B = 8.41%

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

#FCD82B (or 0xFCD82B) is known color: Gorse. HEX triplet: FC, D8 and 2B. RGB value is (252,216,43). Sum of RGB (Red+Green+Blue) = 252+216+43=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD82B is #0327D4. Grayscale: #CFCFCF. Windows color (decimal): -206805 or 2873596. OLE color: 2873596.

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

Color convert

RGB 252 216 43 -
CMYK 0 0.14 0.83 0.01
HSL 49.67º 0.97% 0.58% -
HSV(B) 49.67º 0.83% 0.99% -
XYZ 65.14 69.98 12.36 -
YUV 207.04 35.43 160.07 -
System Red Green Blue C M Y K H S L
Decimal 252 216 43 0 0.14 0.83 0.01 49.67 0.97 0.58
Hex FC D8 2B 0 E 53 1 32 61 3A
Octal 374 330 53 0 16 123 1 62 141 72
Binary 11111100 11011000 101011 0 1110 1010011 1 110010 1100001 111010

Color Harmonies of #FCD82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD82B

Black with #FCD82B

Text Example


Text Example

White with #FCD82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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