Html Css Color HEX #FAC47A Chardonnay

📋 copy color: '#FAC47A'

red 250 ◦ green 196 ◦ blue 122

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

Shades of Chardonnay #FAC47A

Tints of Chardonnay #FAC47A

RGB

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

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

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

R = 44.01%
G = 34.51%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAC47A (or 0xFAC47A) is known color: Chardonnay. HEX triplet: FA, C4 and 7A. RGB value is (250,196,122). Sum of RGB (Red+Green+Blue) = 250+196+122=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC47A is #053B85. Grayscale: #CCCCCC. Windows color (decimal): -342918 or 8045818. OLE color: 8045818.

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

Color convert

RGB 250 196 122 -
CMYK 0 0.22 0.51 0.02
HSL 34.69º 0.93% 0.73% -
HSV(B) 34.69º 0.51% 0.98% -
XYZ 62.68 61.21 26.92 -
YUV 203.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 250 196 122 0 0.22 0.51 0.02 34.69 0.93 0.73
Hex FA C4 7A 0 16 33 2 23 5D 49
Octal 372 304 172 0 26 63 2 43 135 111
Binary 11111010 11000100 1111010 0 10110 110011 10 100011 1011101 1001001

Color Harmonies of #FAC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC47A

Black with #FAC47A

Text Example


Text Example

White with #FAC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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