Html Css Color HEX #FBC278 Chardonnay

📋 copy color: '#FBC278'

red 251 ◦ green 194 ◦ blue 120

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

Shades of Chardonnay #FBC278

Tints of Chardonnay #FBC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.24%

R = 44.42%
G = 34.34%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FBC278 (or 0xFBC278) is known color: Chardonnay. HEX triplet: FB, C2 and 78. RGB value is (251,194,120). Sum of RGB (Red+Green+Blue) = 251+194+120=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC278 is #043D87. Grayscale: #CACACA. Windows color (decimal): -277896 or 7914235. OLE color: 7914235.

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

Color convert

RGB 251 194 120 -
CMYK 0 0.23 0.52 0.02
HSL 33.89º 0.94% 0.73% -
HSV(B) 33.89º 0.52% 0.98% -
XYZ 62.47 60.45 26.14 -
YUV 202.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 251 194 120 0 0.23 0.52 0.02 33.89 0.94 0.73
Hex FB C2 78 0 17 34 2 22 5E 49
Octal 373 302 170 0 27 64 2 42 136 111
Binary 11111011 11000010 1111000 0 10111 110100 10 100010 1011110 1001001

Color Harmonies of #FBC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC278

Black with #FBC278

Text Example


Text Example

White with #FBC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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