#FBF26A

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

Shades of Witch Haze #FBF26A

Tints of Witch Haze #FBF26A

Color information

#FBF26A (or 0xFBF26A) is unknown color: approx Witch Haze. HEX triplet: FB, F2 and 6A. RGB value is (251,242,106). Sum of RGB (Red+Green+Blue) = 251+242+106=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 106 (41.80% from 255 or 17.70% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF26A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF26A is #040D95. Grayscale: #E5E5E5. Windows color (decimal): -265622 or 7009019. OLE color: 7009019.

HSL color Cylindrical-coordinate representation of color #FBF26A: hue angle of 56.28º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBF26A is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251242106-
CMYK00.040.580.02
HSL56.28º94.77%70%-
HSV(B)56.28º57.77%98.43%-
XYZ74.1485.0526.15-
YUV229.1958.48143.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 106 (41.80% from 255) = 17.70%
R=41.90%
G=40.40%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124210600.040.580.0256.2894.7770
HexFBF26A043A2385f46
Octal3733621520472270137106
Binary1111101111110010110101001001110101011100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF26A; }

 p { color: rgb(251,242,106); }

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

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

 a { background-color: rgb(251,242,106); }

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

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

 span { border-color: rgb(251,242,106); }

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