Html Css Color HEX #FBF072 Witch Haze

📋 copy color: '#FBF072'

red 251 ◦ green 240 ◦ blue 114

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

Shades of Witch Haze #FBF072

Tints of Witch Haze #FBF072

RGB

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

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

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

R = 41.49%
G = 39.67%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBF072 (or 0xFBF072) is known color: Witch Haze. HEX triplet: FB, F0 and 72. RGB value is (251,240,114). Sum of RGB (Red+Green+Blue) = 251+240+114=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 114 (44.92% from 255 or 18.84% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF072 is #040F8D. Grayscale: #E5E5E5. Windows color (decimal): -266126 or 7532795. OLE color: 7532795.

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

Color convert

RGB 251 240 114 -
CMYK 0 0.04 0.55 0.02
HSL 55.18º 0.94% 0.72% -
HSV(B) 55.18º 0.55% 0.98% -
XYZ 73.98 84.04 28.24 -
YUV 228.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 251 240 114 0 0.04 0.55 0.02 55.18 0.94 0.72
Hex FB F0 72 0 4 37 2 37 5E 48
Octal 373 360 162 0 4 67 2 67 136 110
Binary 11111011 11110000 1110010 0 100 110111 10 110111 1011110 1001000

Color Harmonies of #FBF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF072

Black with #FBF072

Text Example


Text Example

White with #FBF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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