#FDDE40

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

Shades of Gorse #FDDE40

Tints of Gorse #FDDE40

Color information

#FDDE40 (or 0xFDDE40) is unknown color: approx Gorse. HEX triplet: FD, DE and 40. RGB value is (253,222,64). Sum of RGB (Red+Green+Blue) = 253+222+64=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 64 (25.39% from 255 or 11.87% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE40 is #0221BF. Grayscale: #D5D5D5. Windows color (decimal): -139712 or 4251389. OLE color: 4251389.

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

Color convert

RGB25322264-
CMYK00.120.750.01
HSL50.16º97.93%62.16%-
HSV(B)50.16º74.7%99.22%-
XYZ67.5573.515.48-
YUV213.2643.77156.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.94%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 64 (25.39% from 255) = 11.87%
R=46.94%
G=41.19%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532226400.120.750.0150.1697.9362.16
HexFDDE400C4B132623e
Octal37533610001411316214276
Binary1111110111011110100000001100100101111100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE40; }

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

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

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

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

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

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

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

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