#FFFE7D

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

Shades of Witch Haze #FFFE7D

Tints of Witch Haze #FFFE7D

Color information

#FFFE7D (or 0xFFFE7D) is unknown color: approx Witch Haze. HEX triplet: FF, FE and 7D. RGB value is (255,254,125). Sum of RGB (Red+Green+Blue) = 255+254+125=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 125 (49.22% from 255 or 19.72% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE7D is #000182. Grayscale: #F0F0F0. Windows color (decimal): -387 or 8257279. OLE color: 8257279.

HSL color Cylindrical-coordinate representation of color #FFFE7D: hue angle of 59.54º 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 #FFFE7D is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB255254125-
CMYK00.000.510
HSL59.54º100%74.51%-
HSV(B)59.54º50.98%100%-
XYZ80.3893.6233.24-
YUV239.5963.33138.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 125 (49.22% from 255) = 19.72%
R=40.22%
G=40.06%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525412500.000.51059.5410074.51
HexFFFE7D003303c644b
Octal3773761750063074144113
Binary1111111111111110111110100110011011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE7D; }

 p { color: rgb(255,254,125); }

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

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

 a { background-color: rgb(255,254,125); }

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

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

 span { border-color: rgb(255,254,125); }

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