Html Css Color HEX #FBF672 Witch Haze

📋 copy color: '#FBF672'

red 251 ◦ green 246 ◦ blue 114

#FBF672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FBF672

Tints of Witch Haze #FBF672

RGB

 RED value IS 251 (98.44% from 255) = 41.08%

 GREEN value IS 246 (96.48% from 255) = 40.26%

 BLUE value IS 114 (44.92% from 255) = 18.66%

R = 41.08%
G = 40.26%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBF672 (or 0xFBF672) is known color: Witch Haze. HEX triplet: FB, F6 and 72. RGB value is (251,246,114). Sum of RGB (Red+Green+Blue) = 251+246+114=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 114 (44.92% from 255 or 18.66% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF672 is #04098D. Grayscale: #E8E8E8. Windows color (decimal): -264590 or 7534331. OLE color: 7534331.

HSL color Cylindrical-coordinate representation of color #FBF672: hue angle of 57.81º 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 #FBF672 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 246 114 -
CMYK 0 0.02 0.55 0.02
HSL 57.81º 0.94% 0.72% -
HSV(B) 57.81º 0.55% 0.98% -
XYZ 75.78 87.64 28.84 -
YUV 232.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 251 246 114 0 0.02 0.55 0.02 57.81 0.94 0.72
Hex FB F6 72 0 2 37 2 3A 5E 48
Octal 373 366 162 0 2 67 2 72 136 110
Binary 11111011 11110110 1110010 0 10 110111 10 111010 1011110 1001000

Color Harmonies of #FBF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF672

Black with #FBF672

Text Example


Text Example

White with #FBF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF672; }

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

 H1.HeaderClassName
 {
   color: #FBF672;
 }
 .AnyTagClassName
 {
   color: #FBF672;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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