#FDEE2E

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

Shades of Gorse #FDEE2E

Tints of Gorse #FDEE2E

Color information

#FDEE2E (or 0xFDEE2E) is unknown color: approx Gorse. HEX triplet: FD, EE and 2E. RGB value is (253,238,46). Sum of RGB (Red+Green+Blue) = 253+238+46=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 46 (18.36% from 255 or 8.57% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEE2E is #0211D1. Grayscale: #DDDDDD. Windows color (decimal): -135634 or 3075837. OLE color: 3075837.

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

Color convert

RGB25323846-
CMYK00.060.820.01
HSL55.65º98.1%58.63%-
HSV(B)55.65º81.82%99.22%-
XYZ71.5882.2314.68-
YUV220.629.47151.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 238 (93.36% from 255) = 44.32%
BLUE value IS 46 (18.36% from 255) = 8.57%
R=47.11%
G=44.32%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532384600.060.820.0155.6598.158.63
HexFDEE2E0652138623b
Octal375356560612217014273
Binary11111101111011101011100110101001011110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE2E; }

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

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

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

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

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

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

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

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