Html Css Color HEX #FBC27C Chardonnay

📋 copy color: '#FBC27C'

red 251 ◦ green 194 ◦ blue 124

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

Shades of Chardonnay #FBC27C

Tints of Chardonnay #FBC27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.79%

R = 44.11%
G = 34.09%
B = 21.79%

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

#FBC27C (or 0xFBC27C) is known color: Chardonnay. HEX triplet: FB, C2 and 7C. RGB value is (251,194,124). Sum of RGB (Red+Green+Blue) = 251+194+124=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC27C is #043D83. Grayscale: #CBCBCB. Windows color (decimal): -277892 or 8176379. OLE color: 8176379.

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

Color convert

RGB 251 194 124 -
CMYK 0 0.23 0.51 0.02
HSL 33.07º 0.94% 0.74% -
HSV(B) 33.07º 0.51% 0.98% -
XYZ 62.71 60.55 27.45 -
YUV 203.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 251 194 124 0 0.23 0.51 0.02 33.07 0.94 0.74
Hex FB C2 7C 0 17 33 2 21 5E 4A
Octal 373 302 174 0 27 63 2 41 136 112
Binary 11111011 11000010 1111100 0 10111 110011 10 100001 1011110 1001010

Color Harmonies of #FBC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC27C

Black with #FBC27C

Text Example


Text Example

White with #FBC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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