#FDEB40

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

Shades of Gorse #FDEB40

Tints of Gorse #FDEB40

Color information

#FDEB40 (or 0xFDEB40) is unknown color: approx Gorse. HEX triplet: FD, EB and 40. RGB value is (253,235,64). Sum of RGB (Red+Green+Blue) = 253+235+64=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 64 (25.39% from 255 or 11.59% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEB40 is #0214BF. Grayscale: #DDDDDD. Windows color (decimal): -136384 or 4254717. OLE color: 4254717.

HSL color Cylindrical-coordinate representation of color #FDEB40: hue angle of 54.29º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDEB40 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25323564-
CMYK00.070.750.01
HSL54.29º97.93%62.16%-
HSV(B)54.29º74.7%99.22%-
XYZ71.1480.6716.67-
YUV220.8939.46150.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 235 (92.19% from 255) = 42.57%
BLUE value IS 64 (25.39% from 255) = 11.59%
R=45.83%
G=42.57%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532356400.070.750.0154.2997.9362.16
HexFDEB40074B136623e
Octal3753531000711316614276
Binary111111011110101110000000111100101111101101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB40; }

 p { color: rgb(253,235,64); }

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

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

 a { background-color: rgb(253,235,64); }

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

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

 span { border-color: rgb(253,235,64); }

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