Html Css Color HEX #FBC27F Chardonnay

📋 copy color: '#FBC27F'

red 251 ◦ green 194 ◦ blue 127

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

Shades of Chardonnay #FBC27F

Tints of Chardonnay #FBC27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.2%

R = 43.88%
G = 33.92%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FBC27F (or 0xFBC27F) is known color: Chardonnay. HEX triplet: FB, C2 and 7F. RGB value is (251,194,127). Sum of RGB (Red+Green+Blue) = 251+194+127=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC27F is #043D80. Grayscale: #CBCBCB. Windows color (decimal): -277889 or 8372987. OLE color: 8372987.

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

Color convert

RGB 251 194 127 -
CMYK 0 0.23 0.49 0.02
HSL 32.42º 0.94% 0.74% -
HSV(B) 32.42º 0.49% 0.98% -
XYZ 62.91 60.63 28.46 -
YUV 203.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 251 194 127 0 0.23 0.49 0.02 32.42 0.94 0.74
Hex FB C2 7F 0 17 31 2 20 5E 4A
Octal 373 302 177 0 27 61 2 40 136 112
Binary 11111011 11000010 1111111 0 10111 110001 10 100000 1011110 1001010

Color Harmonies of #FBC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC27F

Black with #FBC27F

Text Example


Text Example

White with #FBC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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