Html Css Color HEX #FBC384 Chardonnay

📋 copy color: '#FBC384'

red 251 ◦ green 195 ◦ blue 132

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

Shades of Chardonnay #FBC384

Tints of Chardonnay #FBC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.74%

 BLUE value IS 132 (51.95% from 255) = 22.84%

R = 43.43%
G = 33.74%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBC384 (or 0xFBC384) is known color: Chardonnay. HEX triplet: FB, C3 and 84. RGB value is (251,195,132). Sum of RGB (Red+Green+Blue) = 251+195+132=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC384 is #043C7B. Grayscale: #CCCCCC. Windows color (decimal): -277628 or 8700923. OLE color: 8700923.

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

Color convert

RGB 251 195 132 -
CMYK 0 0.22 0.47 0.02
HSL 31.76º 0.94% 0.75% -
HSV(B) 31.76º 0.47% 0.98% -
XYZ 63.46 61.21 30.3 -
YUV 204.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 251 195 132 0 0.22 0.47 0.02 31.76 0.94 0.75
Hex FB C3 84 0 16 2F 2 20 5E 4B
Octal 373 303 204 0 26 57 2 40 136 113
Binary 11111011 11000011 10000100 0 10110 101111 10 100000 1011110 1001011

Color Harmonies of #FBC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC384

Black with #FBC384

Text Example


Text Example

White with #FBC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC384; }

 p { color: rgb(251,195,132); }

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

background-color css

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

 a { background-color: rgb(251,195,132); }

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

border-color css

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

 span { border-color: rgb(251,195,132); }

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