#FBF272

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

Shades of Witch Haze #FBF272

Tints of Witch Haze #FBF272

Color information

#FBF272 (or 0xFBF272) is unknown color: approx Witch Haze. HEX triplet: FB, F2 and 72. RGB value is (251,242,114). Sum of RGB (Red+Green+Blue) = 251+242+114=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 114 (44.92% from 255 or 18.78% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF272 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF272 is #040D8D. Grayscale: #E6E6E6. Windows color (decimal): -265614 or 7533307. OLE color: 7533307.

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

Color convert

RGB251242114-
CMYK00.040.550.02
HSL56.06º94.48%71.57%-
HSV(B)56.06º54.58%98.43%-
XYZ74.5785.2328.44-
YUV230.162.48142.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 114 (44.92% from 255) = 18.78%
R=41.35%
G=39.87%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124211400.040.550.0256.0694.4871.57
HexFBF27204372385e48
Octal3733621620467270136110
Binary1111101111110010111001001001101111011100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF272; }

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

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

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

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

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

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

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

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