#FFFF7E

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

Shades of Witch Haze #FFFF7E

Tints of Witch Haze #FFFF7E

Color information

#FFFF7E (or 0xFFFF7E) is unknown color: approx Witch Haze. HEX triplet: FF, FF and 7E. RGB value is (255,255,126). Sum of RGB (Red+Green+Blue) = 255+255+126=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 126 (49.61% from 255 or 19.81% from 636); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF7E is #000081. Grayscale: #F0F0F0. Windows color (decimal): -130 or 8323071. OLE color: 8323071.

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

Color convert

RGB255255126-
CMYK000.510
HSL60º100%74.71%-
HSV(B)60º50.59%100%-
XYZ80.7794.2933.68-
YUV240.2963.5138.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 126 (49.61% from 255) = 19.81%
R=40.09%
G=40.09%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255126000.5106010074.71
HexFFFF7E003303c644b
Octal3773771760063074144113
Binary1111111111111111111111000110011011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFF7E; }

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

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

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

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

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

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

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

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