#FFFD7E

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

Shades of Witch Haze #FFFD7E

Tints of Witch Haze #FFFD7E

Color information

#FFFD7E (or 0xFFFD7E) is unknown color: approx Witch Haze. HEX triplet: FF, FD and 7E. RGB value is (255,253,126). Sum of RGB (Red+Green+Blue) = 255+253+126=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 126 (49.61% from 255 or 19.87% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD7E is #000281. Grayscale: #EFEFEF. Windows color (decimal): -642 or 8322559. OLE color: 8322559.

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

Color convert

RGB255253126-
CMYK00.010.510
HSL59.07º100%74.71%-
HSV(B)59.07º50.59%100%-
XYZ80.1393.0233.47-
YUV239.1264.16139.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 253 (99.22% from 255) = 39.91%
BLUE value IS 126 (49.61% from 255) = 19.87%
R=40.22%
G=39.91%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525312600.010.51059.0710074.71
HexFFFD7E013303b644b
Octal3773751760163073144113
Binary1111111111111101111111001110011011101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFD7E; }

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

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

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

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

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

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

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

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