#FCE13D

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

Shades of Gorse #FCE13D

Tints of Gorse #FCE13D

Color information

#FCE13D (or 0xFCE13D) is unknown color: approx Gorse. HEX triplet: FC, E1 and 3D. RGB value is (252,225,61). Sum of RGB (Red+Green+Blue) = 252+225+61=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 61 (24.22% from 255 or 11.34% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE13D is #031EC2. Grayscale: #D7D7D7. Windows color (decimal): -204483 or 4055548. OLE color: 4055548.

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

Color convert

RGB25222561-
CMYK00.110.760.01
HSL51.52º96.95%61.37%-
HSV(B)51.52º75.79%98.82%-
XYZ67.9174.8815.29-
YUV214.3841.45154.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 61 (24.22% from 255) = 11.34%
R=46.84%
G=41.82%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522256100.110.760.0151.5296.9561.37
HexFCE13D0B4C134613d
Octal3743417501311416414175
Binary111111001110000111110101011100110011101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE13D; }

 p { color: rgb(252,225,61); }

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

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

 a { background-color: rgb(252,225,61); }

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

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

 span { border-color: rgb(252,225,61); }

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