#FCD92C

Color #FCD92C Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FCD92C

Tints of Gorse #FCD92C

Color information

#FCD92C (or 0xFCD92C) is unknown color: approx Gorse. HEX triplet: FC, D9 and 2C. RGB value is (252,217,44). Sum of RGB (Red+Green+Blue) = 252+217+44=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 44 (17.58% from 255 or 8.58% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD92C is #0326D3. Grayscale: #D0D0D0. Windows color (decimal): -206548 or 2939388. OLE color: 2939388.

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

Color convert

RGB25221744-
CMYK00.140.830.01
HSL49.9º97.2%58.04%-
HSV(B)49.9º82.54%98.82%-
XYZ65.4170.512.54-
YUV207.7435.6159.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 44 (17.58% from 255) = 8.58%
R=49.12%
G=42.30%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522174400.140.830.0149.997.258.04
HexFCD92C0E53132613a
Octal3743315401612316214172
Binary111111001101100110110001110101001111100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD92C; }

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

 H1.HeaderClassName
 {
   color: #FCD92C;
 }
 .AnyTagClassName
 {
   color: #FCD92C;
 }
</style>
background-color css

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

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

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

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

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

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