#FFFD2E

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

Shades of Gorse #FFFD2E

Tints of Gorse #FFFD2E

Color information

#FFFD2E (or 0xFFFD2E) is unknown color: approx Gorse. HEX triplet: FF, FD and 2E. RGB value is (255,253,46). Sum of RGB (Red+Green+Blue) = 255+253+46=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 46 (18.36% from 255 or 8.30% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD2E is #0002D1. Grayscale: #E6E6E6. Windows color (decimal): -722 or 3079679. OLE color: 3079679.

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

Color convert

RGB25525346-
CMYK00.010.820
HSL59.43º100%59.02%-
HSV(B)59.43º81.96%100%-
XYZ76.8691.7116.24-
YUV23024.16145.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 46 (18.36% from 255) = 8.30%
R=46.03%
G=45.67%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552534600.010.82059.4310059.02
HexFFFD2E015203b643b
Octal377375560112207314473
Binary111111111111110110111001101001001110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFD2E; }

 p { color: rgb(255,253,46); }

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

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

 a { background-color: rgb(255,253,46); }

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

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

 span { border-color: rgb(255,253,46); }

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