#FDEB36

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

Shades of Gorse #FDEB36

Tints of Gorse #FDEB36

Color information

#FDEB36 (or 0xFDEB36) is unknown color: approx Gorse. HEX triplet: FD, EB and 36. RGB value is (253,235,54). Sum of RGB (Red+Green+Blue) = 253+235+54=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 54 (21.48% from 255 or 9.96% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEB36 is #0214C9. Grayscale: #DCDCDC. Windows color (decimal): -136394 or 3599357. OLE color: 3599357.

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

Color convert

RGB25323554-
CMYK00.070.790.01
HSL54.57º98.03%60.2%-
HSV(B)54.57º78.66%99.22%-
XYZ70.8880.5715.3-
YUV219.7534.46151.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 235 (92.19% from 255) = 43.36%
BLUE value IS 54 (21.48% from 255) = 9.96%
R=46.68%
G=43.36%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532355400.070.790.0154.5798.0360.2
HexFDEB36074F137623c
Octal375353660711716714274
Binary11111101111010111101100111100111111101111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB36; }

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

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

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

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

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

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

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

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