Html Css Color HEX #FBC478 Chardonnay

📋 copy color: '#FBC478'

red 251 ◦ green 196 ◦ blue 120

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

Shades of Chardonnay #FBC478

Tints of Chardonnay #FBC478

RGB

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

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

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

R = 44.27%
G = 34.57%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FBC478 (or 0xFBC478) is known color: Chardonnay. HEX triplet: FB, C4 and 78. RGB value is (251,196,120). Sum of RGB (Red+Green+Blue) = 251+196+120=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC478 is #043B87. Grayscale: #CCCCCC. Windows color (decimal): -277384 or 7914747. OLE color: 7914747.

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

Color convert

RGB 251 196 120 -
CMYK 0 0.22 0.52 0.02
HSL 34.81º 0.94% 0.73% -
HSV(B) 34.81º 0.52% 0.98% -
XYZ 62.91 61.35 26.29 -
YUV 203.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 251 196 120 0 0.22 0.52 0.02 34.81 0.94 0.73
Hex FB C4 78 0 16 34 2 23 5E 49
Octal 373 304 170 0 26 64 2 43 136 111
Binary 11111011 11000100 1111000 0 10110 110100 10 100011 1011110 1001001

Color Harmonies of #FBC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC478

Black with #FBC478

Text Example


Text Example

White with #FBC478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC478; }

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

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

background-color css

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

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

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

border-color css

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

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

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