Html Css Color HEX #FBC47D Chardonnay

📋 copy color: '#FBC47D'

red 251 ◦ green 196 ◦ blue 125

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

Shades of Chardonnay #FBC47D

Tints of Chardonnay #FBC47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.27%

 BLUE value IS 125 (49.22% from 255) = 21.85%

R = 43.88%
G = 34.27%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBC47D (or 0xFBC47D) is known color: Chardonnay. HEX triplet: FB, C4 and 7D. RGB value is (251,196,125). Sum of RGB (Red+Green+Blue) = 251+196+125=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC47D is #043B82. Grayscale: #CCCCCC. Windows color (decimal): -277379 or 8242427. OLE color: 8242427.

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

Color convert

RGB 251 196 125 -
CMYK 0 0.22 0.50 0.02
HSL 33.81º 0.94% 0.74% -
HSV(B) 33.81º 0.5% 0.98% -
XYZ 63.23 61.47 27.93 -
YUV 204.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 251 196 125 0 0.22 0.50 0.02 33.81 0.94 0.74
Hex FB C4 7D 0 16 32 2 22 5E 4A
Octal 373 304 175 0 26 62 2 42 136 112
Binary 11111011 11000100 1111101 0 10110 110010 10 100010 1011110 1001010

Color Harmonies of #FBC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC47D

Black with #FBC47D

Text Example


Text Example

White with #FBC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC47D; }

 p { color: rgb(251,196,125); }

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

background-color css

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

 a { background-color: rgb(251,196,125); }

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

border-color css

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

 span { border-color: rgb(251,196,125); }

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