#FDDC3F

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

Shades of Gorse #FDDC3F

Tints of Gorse #FDDC3F

Color information

#FDDC3F (or 0xFDDC3F) is unknown color: approx Gorse. HEX triplet: FD, DC and 3F. RGB value is (253,220,63). Sum of RGB (Red+Green+Blue) = 253+220+63=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 63 (25% from 255 or 11.75% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC3F is #0223C0. Grayscale: #D4D4D4. Windows color (decimal): -140225 or 4185341. OLE color: 4185341.

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

Color convert

RGB25322063-
CMYK00.130.750.01
HSL49.58º97.94%61.96%-
HSV(B)49.58º75.1%99.22%-
XYZ6772.4315.15-
YUV211.9743.93157.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 63 (25% from 255) = 11.75%
R=47.20%
G=41.04%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532206300.130.750.0149.5897.9461.96
HexFDDC3F0D4B132623e
Octal3753347701511316214276
Binary111111011101110011111101101100101111100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC3F; }

 p { color: rgb(253,220,63); }

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

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

 a { background-color: rgb(253,220,63); }

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

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

 span { border-color: rgb(253,220,63); }

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