Html Css Color HEX #FBC27A Chardonnay

📋 copy color: '#FBC27A'

red 251 ◦ green 194 ◦ blue 122

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

Shades of Chardonnay #FBC27A

Tints of Chardonnay #FBC27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.52%

R = 44.27%
G = 34.22%
B = 21.52%

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

#FBC27A (or 0xFBC27A) is known color: Chardonnay. HEX triplet: FB, C2 and 7A. RGB value is (251,194,122). Sum of RGB (Red+Green+Blue) = 251+194+122=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC27A is #043D85. Grayscale: #CBCBCB. Windows color (decimal): -277894 or 8045307. OLE color: 8045307.

HSL color Cylindrical-coordinate representation of color #FBC27A: hue angle of 33.49º 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 #FBC27A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 194 122 -
CMYK 0 0.23 0.51 0.02
HSL 33.49º 0.94% 0.73% -
HSV(B) 33.49º 0.51% 0.98% -
XYZ 62.59 60.5 26.79 -
YUV 202.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 251 194 122 0 0.23 0.51 0.02 33.49 0.94 0.73
Hex FB C2 7A 0 17 33 2 21 5E 49
Octal 373 302 172 0 27 63 2 41 136 111
Binary 11111011 11000010 1111010 0 10111 110011 10 100001 1011110 1001001

Color Harmonies of #FBC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC27A

Black with #FBC27A

Text Example


Text Example

White with #FBC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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