#FCDE23

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

Shades of Gorse #FCDE23

Tints of Gorse #FCDE23

Color information

#FCDE23 (or 0xFCDE23) is unknown color: approx Gorse. HEX triplet: FC, DE and 23. RGB value is (252,222,35). Sum of RGB (Red+Green+Blue) = 252+222+35=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 35 (14.06% from 255 or 6.88% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE23 is #0321DC. Grayscale: #D2D2D2. Windows color (decimal): -205277 or 2350844. OLE color: 2350844.

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

Color convert

RGB25222235-
CMYK00.120.860.01
HSL51.71º97.31%56.27%-
HSV(B)51.71º86.11%98.82%-
XYZ66.5773.0612.18-
YUV209.6529.44158.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.51%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 35 (14.06% from 255) = 6.88%
R=49.51%
G=43.61%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522223500.120.860.0151.7197.3156.27
HexFCDE230C561346138
Octal3743364301412616414170
Binary111111001101111010001101100101011011101001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDE23; }

 p { color: rgb(252,222,35); }

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

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

 a { background-color: rgb(252,222,35); }

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

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

 span { border-color: rgb(252,222,35); }

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