Html Css Color HEX #FBC271 Chardonnay

📋 copy color: '#FBC271'

red 251 ◦ green 194 ◦ blue 113

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

Shades of Chardonnay #FBC271

Tints of Chardonnay #FBC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.77%

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

R = 44.98%
G = 34.77%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBC271 (or 0xFBC271) is known color: Chardonnay. HEX triplet: FB, C2 and 71. RGB value is (251,194,113). Sum of RGB (Red+Green+Blue) = 251+194+113=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC271 is #043D8E. Grayscale: #CACACA. Windows color (decimal): -277903 or 7455483. OLE color: 7455483.

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

Color convert

RGB 251 194 113 -
CMYK 0 0.23 0.55 0.02
HSL 35.22º 0.95% 0.71% -
HSV(B) 35.22º 0.55% 0.98% -
XYZ 62.06 60.29 23.99 -
YUV 201.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 251 194 113 0 0.23 0.55 0.02 35.22 0.95 0.71
Hex FB C2 71 0 17 37 2 23 5F 47
Octal 373 302 161 0 27 67 2 43 137 107
Binary 11111011 11000010 1110001 0 10111 110111 10 100011 1011111 1000111

Color Harmonies of #FBC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC271

Black with #FBC271

Text Example


Text Example

White with #FBC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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