#FFFB7E

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

Shades of Witch Haze #FFFB7E

Tints of Witch Haze #FFFB7E

Color information

#FFFB7E (or 0xFFFB7E) is unknown color: approx Witch Haze. HEX triplet: FF, FB and 7E. RGB value is (255,251,126). Sum of RGB (Red+Green+Blue) = 255+251+126=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 126 (49.61% from 255 or 19.94% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFB7E is #000481. Grayscale: #EEEEEE. Windows color (decimal): -1154 or 8322047. OLE color: 8322047.

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

Color convert

RGB255251126-
CMYK00.020.510
HSL58.14º100%74.71%-
HSV(B)58.14º50.59%100%-
XYZ79.591.7633.26-
YUV237.9564.83140.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 126 (49.61% from 255) = 19.94%
R=40.35%
G=39.72%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525112600.020.51058.1410074.71
HexFFFB7E023303a644b
Octal3773731760263072144113
Binary11111111111110111111110010110011011101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFB7E; }

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

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

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

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

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

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

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

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