Html Css Color HEX #FBF271 Witch Haze

📋 copy color: '#FBF271'

red 251 ◦ green 242 ◦ blue 113

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

Shades of Witch Haze #FBF271

Tints of Witch Haze #FBF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.93%

 BLUE value IS 113 (44.53% from 255) = 18.65%

R = 41.42%
G = 39.93%
B = 18.65%

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

#FBF271 (or 0xFBF271) is known color: Witch Haze. HEX triplet: FB, F2 and 71. RGB value is (251,242,113). Sum of RGB (Red+Green+Blue) = 251+242+113=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 113 (44.53% from 255 or 18.65% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF271 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF271 is #040D8E. Grayscale: #E6E6E6. Windows color (decimal): -265615 or 7467771. OLE color: 7467771.

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

Color convert

RGB 251 242 113 -
CMYK 0 0.04 0.55 0.02
HSL 56.09º 0.95% 0.71% -
HSV(B) 56.09º 0.55% 0.98% -
XYZ 74.52 85.21 28.14 -
YUV 229.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 251 242 113 0 0.04 0.55 0.02 56.09 0.95 0.71
Hex FB F2 71 0 4 37 2 38 5F 47
Octal 373 362 161 0 4 67 2 70 137 107
Binary 11111011 11110010 1110001 0 100 110111 10 111000 1011111 1000111

Color Harmonies of #FBF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF271

Black with #FBF271

Text Example


Text Example

White with #FBF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF271; }

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

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

background-color css

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

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

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

border-color css

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

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

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