#FBF67B

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

Shades of Witch Haze #FBF67B

Tints of Witch Haze #FBF67B

Color information

#FBF67B (or 0xFBF67B) is unknown color: approx Witch Haze. HEX triplet: FB, F6 and 7B. RGB value is (251,246,123). Sum of RGB (Red+Green+Blue) = 251+246+123=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 123 (48.44% from 255 or 19.84% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF67B is #040984. Grayscale: #E9E9E9. Windows color (decimal): -264581 or 8124155. OLE color: 8124155.

HSL color Cylindrical-coordinate representation of color #FBF67B: hue angle of 57.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBF67B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB251246123-
CMYK00.020.510.02
HSL57.66º94.12%73.33%-
HSV(B)57.66º51%98.43%-
XYZ76.3187.8531.67-
YUV233.4765.66140.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 246 (96.48% from 255) = 39.68%
BLUE value IS 123 (48.44% from 255) = 19.84%
R=40.48%
G=39.68%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124612300.020.510.0257.6694.1273.33
HexFBF67B023323a5e49
Octal3733661730263272136111
Binary111110111111011011110110101100111011101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF67B; }

 p { color: rgb(251,246,123); }

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

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

 a { background-color: rgb(251,246,123); }

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

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

 span { border-color: rgb(251,246,123); }

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