#FFFB7F

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

Shades of Witch Haze #FFFB7F

Tints of Witch Haze #FFFB7F

Color information

#FFFB7F (or 0xFFFB7F) is unknown color: approx Witch Haze. HEX triplet: FF, FB and 7F. RGB value is (255,251,127). Sum of RGB (Red+Green+Blue) = 255+251+127=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 127 (50% from 255 or 20.06% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFB7F is #000480. Grayscale: #EEEEEE. Windows color (decimal): -1153 or 8387583. OLE color: 8387583.

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

Color convert

RGB255251127-
CMYK00.020.500
HSL58.12º100%74.9%-
HSV(B)58.12º50.2%100%-
XYZ79.5791.7933.6-
YUV238.0665.33140.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 127 (50% from 255) = 20.06%
R=40.28%
G=39.65%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525112700.020.50058.1210074.9
HexFFFB7F023203a644b
Octal3773731770262072144113
Binary11111111111110111111111010110010011101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFB7F; }

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

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

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

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

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

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

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

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