Html Css Color HEX #FAC472 Chardonnay

📋 copy color: '#FAC472'

red 250 ◦ green 196 ◦ blue 114

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

Shades of Chardonnay #FAC472

Tints of Chardonnay #FAC472

RGB

 RED value IS 250 (98.05% from 255) = 44.64%

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

 BLUE value IS 114 (44.92% from 255) = 20.36%

R = 44.64%
G = 35%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC472 (or 0xFAC472) is known color: Chardonnay. HEX triplet: FA, C4 and 72. RGB value is (250,196,114). Sum of RGB (Red+Green+Blue) = 250+196+114=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC472 is #053B8D. Grayscale: #CBCBCB. Windows color (decimal): -342926 or 7521530. OLE color: 7521530.

HSL color Cylindrical-coordinate representation of color #FAC472: hue angle of 36.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAC472 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 114 -
CMYK 0 0.22 0.54 0.02
HSL 36.18º 0.93% 0.71% -
HSV(B) 36.18º 0.54% 0.98% -
XYZ 62.2 61.02 24.42 -
YUV 202.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 250 196 114 0 0.22 0.54 0.02 36.18 0.93 0.71
Hex FA C4 72 0 16 36 2 24 5D 47
Octal 372 304 162 0 26 66 2 44 135 107
Binary 11111010 11000100 1110010 0 10110 110110 10 100100 1011101 1000111

Color Harmonies of #FAC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC472

Black with #FAC472

Text Example


Text Example

White with #FAC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC472; }

 p { color: rgb(250,196,114); }

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

background-color css

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

 a { background-color: rgb(250,196,114); }

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

border-color css

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

 span { border-color: rgb(250,196,114); }

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