#FFFE7C

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

Shades of Witch Haze #FFFE7C

Tints of Witch Haze #FFFE7C

Color information

#FFFE7C (or 0xFFFE7C) is unknown color: approx Witch Haze. HEX triplet: FF, FE and 7C. RGB value is (255,254,124). Sum of RGB (Red+Green+Blue) = 255+254+124=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 124 (48.83% from 255 or 19.59% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFE7C is #000183. Grayscale: #F0F0F0. Windows color (decimal): -388 or 8191743. OLE color: 8191743.

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

Color convert

RGB255254124-
CMYK00.000.510
HSL59.54º100%74.31%-
HSV(B)59.54º51.37%100%-
XYZ80.3293.632.9-
YUV239.4862.83139.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 124 (48.83% from 255) = 19.59%
R=40.28%
G=40.13%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525412400.000.51059.5410074.31
HexFFFE7C003303c644a
Octal3773761740063074144112
Binary1111111111111110111110000110011011110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE7C; }

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

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

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

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

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

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

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

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