Html Css Color HEX #FAC17A Chardonnay

📋 copy color: '#FAC17A'

red 250 ◦ green 193 ◦ blue 122

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

Shades of Chardonnay #FAC17A

Tints of Chardonnay #FAC17A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.16%

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

R = 44.25%
G = 34.16%
B = 21.59%

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

#FAC17A (or 0xFAC17A) is known color: Chardonnay. HEX triplet: FA, C1 and 7A. RGB value is (250,193,122). Sum of RGB (Red+Green+Blue) = 250+193+122=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC17A is #053E85. Grayscale: #CACACA. Windows color (decimal): -343686 or 8045050. OLE color: 8045050.

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

Color convert

RGB 250 193 122 -
CMYK 0 0.23 0.51 0.02
HSL 33.28º 0.93% 0.73% -
HSV(B) 33.28º 0.51% 0.98% -
XYZ 62.01 59.87 26.7 -
YUV 201.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 250 193 122 0 0.23 0.51 0.02 33.28 0.93 0.73
Hex FA C1 7A 0 17 33 2 21 5D 49
Octal 372 301 172 0 27 63 2 41 135 111
Binary 11111010 11000001 1111010 0 10111 110011 10 100001 1011101 1001001

Color Harmonies of #FAC17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC17A

Black with #FAC17A

Text Example


Text Example

White with #FAC17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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