#FDDE36

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

Shades of Gorse #FDDE36

Tints of Gorse #FDDE36

Color information

#FDDE36 (or 0xFDDE36) is unknown color: approx Gorse. HEX triplet: FD, DE and 36. RGB value is (253,222,54). Sum of RGB (Red+Green+Blue) = 253+222+54=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 54 (21.48% from 255 or 10.21% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE36 is #0221C9. Grayscale: #D4D4D4. Windows color (decimal): -139722 or 3596029. OLE color: 3596029.

HSL color Cylindrical-coordinate representation of color #FDDE36: hue angle of 50.65º 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 #FDDE36 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB25322254-
CMYK00.120.790.01
HSL50.65º98.03%60.2%-
HSV(B)50.65º78.66%99.22%-
XYZ67.373.3914.11-
YUV212.1238.77157.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.83%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 54 (21.48% from 255) = 10.21%
R=47.83%
G=41.97%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532225400.120.790.0150.6598.0360.2
HexFDDE360C4F133623c
Octal3753366601411716314274
Binary111111011101111011011001100100111111100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE36; }

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

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

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

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

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

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

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

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