Html Css Color HEX #FBC27B Chardonnay

📋 copy color: '#FBC27B'

red 251 ◦ green 194 ◦ blue 123

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

Shades of Chardonnay #FBC27B

Tints of Chardonnay #FBC27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.65%

R = 44.19%
G = 34.15%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FBC27B (or 0xFBC27B) is known color: Chardonnay. HEX triplet: FB, C2 and 7B. RGB value is (251,194,123). Sum of RGB (Red+Green+Blue) = 251+194+123=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC27B is #043D84. Grayscale: #CBCBCB. Windows color (decimal): -277893 or 8110843. OLE color: 8110843.

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

Color convert

RGB 251 194 123 -
CMYK 0 0.23 0.51 0.02
HSL 33.28º 0.94% 0.73% -
HSV(B) 33.28º 0.51% 0.98% -
XYZ 62.65 60.52 27.12 -
YUV 202.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 251 194 123 0 0.23 0.51 0.02 33.28 0.94 0.73
Hex FB C2 7B 0 17 33 2 21 5E 49
Octal 373 302 173 0 27 63 2 41 136 111
Binary 11111011 11000010 1111011 0 10111 110011 10 100001 1011110 1001001

Color Harmonies of #FBC27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC27B

Black with #FBC27B

Text Example


Text Example

White with #FBC27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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