#FDFE2D

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

Shades of Gorse #FDFE2D

Tints of Gorse #FDFE2D

Color information

#FDFE2D (or 0xFDFE2D) is unknown color: approx Gorse. HEX triplet: FD, FE and 2D. RGB value is (253,254,45). Sum of RGB (Red+Green+Blue) = 253+254+45=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 45 (17.97% from 255 or 8.15% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE2D is #0201D2. Grayscale: #E6E6E6. Windows color (decimal): -131539 or 3014397. OLE color: 3014397.

HSL color Cylindrical-coordinate representation of color #FDFE2D: hue angle of 60.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDFE2D is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB25325445-
CMYK0.0000.820.00
HSL60.29º99.05%58.63%-
HSV(B)60.29º82.28%99.61%-
XYZ76.4291.9616.2-
YUV229.8723.67144.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 254 (99.61% from 255) = 46.01%
BLUE value IS 45 (17.97% from 255) = 8.15%
R=45.83%
G=46.01%
B=8.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal253254450.0000.820.0060.2999.0558.63
HexFDFE2D005203c633b
Octal375376550012207414373
Binary111111011111111010110100101001001111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE2D; }

 p { color: rgb(253,254,45); }

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

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

 a { background-color: rgb(253,254,45); }

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

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

 span { border-color: rgb(253,254,45); }

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