#FDFE7F

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

Shades of Witch Haze #FDFE7F

Tints of Witch Haze #FDFE7F

Color information

#FDFE7F (or 0xFDFE7F) is unknown color: approx Witch Haze. HEX triplet: FD, FE and 7F. RGB value is (253,254,127). Sum of RGB (Red+Green+Blue) = 253+254+127=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 127 (50% from 255 or 20.03% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE7F is #020180. Grayscale: #EFEFEF. Windows color (decimal): -131457 or 8388349. OLE color: 8388349.

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

Color convert

RGB253254127-
CMYK0.0000.500.00
HSL60.47º98.45%74.71%-
HSV(B)60.47º50%99.61%-
XYZ79.7893.333.88-
YUV239.2264.67137.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 127 (50% from 255) = 20.03%
R=39.91%
G=40.06%
B=20.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541270.0000.500.0060.4798.4574.71
HexFDFE7F003203c624b
Octal3753761770062074142113
Binary1111110111111110111111100110010011110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE7F; }

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

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

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

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

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

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

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

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