Html Css Color HEX #FBC471 Chardonnay

📋 copy color: '#FBC471'

red 251 ◦ green 196 ◦ blue 113

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

Shades of Chardonnay #FBC471

Tints of Chardonnay #FBC471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

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

R = 44.82%
G = 35%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBC471 (or 0xFBC471) is known color: Chardonnay. HEX triplet: FB, C4 and 71. RGB value is (251,196,113). Sum of RGB (Red+Green+Blue) = 251+196+113=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC471 is #043B8E. Grayscale: #CBCBCB. Windows color (decimal): -277391 or 7455995. OLE color: 7455995.

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

Color convert

RGB 251 196 113 -
CMYK 0 0.22 0.55 0.02
HSL 36.09º 0.95% 0.71% -
HSV(B) 36.09º 0.55% 0.98% -
XYZ 62.5 61.18 24.14 -
YUV 202.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 251 196 113 0 0.22 0.55 0.02 36.09 0.95 0.71
Hex FB C4 71 0 16 37 2 24 5F 47
Octal 373 304 161 0 26 67 2 44 137 107
Binary 11111011 11000100 1110001 0 10110 110111 10 100100 1011111 1000111

Color Harmonies of #FBC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC471

Black with #FBC471

Text Example


Text Example

White with #FBC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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