#FCED37

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

Shades of Gorse #FCED37

Tints of Gorse #FCED37

Color information

#FCED37 (or 0xFCED37) is unknown color: approx Gorse. HEX triplet: FC, ED and 37. RGB value is (252,237,55). Sum of RGB (Red+Green+Blue) = 252+237+55=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 55 (21.88% from 255 or 10.11% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED37 is #0312C8. Grayscale: #DDDDDD. Windows color (decimal): -201417 or 3665404. OLE color: 3665404.

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

Color convert

RGB25223755-
CMYK00.060.780.01
HSL55.43º97.04%60.2%-
HSV(B)55.43º78.17%98.82%-
XYZ71.1281.5415.6-
YUV220.7434.47150.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.32%
GREEN value IS 237 (92.97% from 255) = 43.57%
BLUE value IS 55 (21.88% from 255) = 10.11%
R=46.32%
G=43.57%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522375500.060.780.0155.4397.0460.2
HexFCED37064E137613c
Octal374355670611616714174
Binary11111100111011011101110110100111011101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED37; }

 p { color: rgb(252,237,55); }

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

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

 a { background-color: rgb(252,237,55); }

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

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

 span { border-color: rgb(252,237,55); }

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