Html Css Color HEX #FBC976 Chardonnay

📋 copy color: '#FBC976'

red 251 ◦ green 201 ◦ blue 118

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

Shades of Chardonnay #FBC976

Tints of Chardonnay #FBC976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.26%

 BLUE value IS 118 (46.48% from 255) = 20.7%

R = 44.04%
G = 35.26%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBC976 (or 0xFBC976) is known color: Chardonnay. HEX triplet: FB, C9 and 76. RGB value is (251,201,118). Sum of RGB (Red+Green+Blue) = 251+201+118=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC976 is #043689. Grayscale: #CECECE. Windows color (decimal): -276106 or 7784955. OLE color: 7784955.

HSL color Cylindrical-coordinate representation of color #FBC976: hue angle of 37.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBC976 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 201 118 -
CMYK 0 0.20 0.53 0.02
HSL 37.44º 0.94% 0.72% -
HSV(B) 37.44º 0.53% 0.98% -
XYZ 63.94 63.59 26.04 -
YUV 206.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 251 201 118 0 0.20 0.53 0.02 37.44 0.94 0.72
Hex FB C9 76 0 14 35 2 25 5E 48
Octal 373 311 166 0 24 65 2 45 136 110
Binary 11111011 11001001 1110110 0 10100 110101 10 100101 1011110 1001000

Color Harmonies of #FBC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC976

Black with #FBC976

Text Example


Text Example

White with #FBC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC976; }

 p { color: rgb(251,201,118); }

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

background-color css

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

 a { background-color: rgb(251,201,118); }

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

border-color css

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

 span { border-color: rgb(251,201,118); }

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