Html Css Color HEX #FBC27E Chardonnay

📋 copy color: '#FBC27E'

red 251 ◦ green 194 ◦ blue 126

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

Shades of Chardonnay #FBC27E

Tints of Chardonnay #FBC27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.07%

R = 43.96%
G = 33.98%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBC27E (or 0xFBC27E) is known color: Chardonnay. HEX triplet: FB, C2 and 7E. RGB value is (251,194,126). Sum of RGB (Red+Green+Blue) = 251+194+126=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC27E is #043D81. Grayscale: #CBCBCB. Windows color (decimal): -277890 or 8307451. OLE color: 8307451.

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

Color convert

RGB 251 194 126 -
CMYK 0 0.23 0.50 0.02
HSL 32.64º 0.94% 0.74% -
HSV(B) 32.64º 0.5% 0.98% -
XYZ 62.84 60.6 28.12 -
YUV 203.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 251 194 126 0 0.23 0.50 0.02 32.64 0.94 0.74
Hex FB C2 7E 0 17 32 2 21 5E 4A
Octal 373 302 176 0 27 62 2 41 136 112
Binary 11111011 11000010 1111110 0 10111 110010 10 100001 1011110 1001010

Color Harmonies of #FBC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC27E

Black with #FBC27E

Text Example


Text Example

White with #FBC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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