#FBF283

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

Shades of Witch Haze #FBF283

Tints of Witch Haze #FBF283

Color information

#FBF283 (or 0xFBF283) is unknown color: approx Witch Haze. HEX triplet: FB, F2 and 83. RGB value is (251,242,131). Sum of RGB (Red+Green+Blue) = 251+242+131=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 131 (51.56% from 255 or 20.99% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF283 is #040D7C. Grayscale: #E8E8E8. Windows color (decimal): -265597 or 8647419. OLE color: 8647419.

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

Color convert

RGB251242131-
CMYK00.040.480.02
HSL55.5º93.75%74.9%-
HSV(B)55.5º47.81%98.43%-
XYZ75.6385.6534.02-
YUV232.0470.98141.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 131 (51.56% from 255) = 20.99%
R=40.22%
G=38.78%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124213100.040.480.0255.593.7574.9
HexFBF28304302385e4b
Octal3733622030460270136113
Binary11111011111100101000001101001100001011100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF283; }

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

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

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

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

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

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

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

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