Html Css Color HEX #FBF06A Witch Haze

📋 copy color: '#FBF06A'

red 251 ◦ green 240 ◦ blue 106

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

Shades of Witch Haze #FBF06A

Tints of Witch Haze #FBF06A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.2%

 BLUE value IS 106 (41.8% from 255) = 17.76%

R = 42.04%
G = 40.2%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBF06A (or 0xFBF06A) is known color: Witch Haze. HEX triplet: FB, F0 and 6A. RGB value is (251,240,106). Sum of RGB (Red+Green+Blue) = 251+240+106=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 106 (41.80% from 255 or 17.76% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF06A is #040F95. Grayscale: #E4E4E4. Windows color (decimal): -266134 or 7008507. OLE color: 7008507.

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

Color convert

RGB 251 240 106 -
CMYK 0 0.04 0.58 0.02
HSL 55.45º 0.95% 0.7% -
HSV(B) 55.45º 0.58% 0.98% -
XYZ 73.55 83.87 25.95 -
YUV 228.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 251 240 106 0 0.04 0.58 0.02 55.45 0.95 0.7
Hex FB F0 6A 0 4 3A 2 37 5F 46
Octal 373 360 152 0 4 72 2 67 137 106
Binary 11111011 11110000 1101010 0 100 111010 10 110111 1011111 1000110

Color Harmonies of #FBF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF06A

Black with #FBF06A

Text Example


Text Example

White with #FBF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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