Html Css Color HEX #FAC27A Chardonnay

📋 copy color: '#FAC27A'

red 250 ◦ green 194 ◦ blue 122

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

Shades of Chardonnay #FAC27A

Tints of Chardonnay #FAC27A

RGB

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

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

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

R = 44.17%
G = 34.28%
B = 21.55%

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

#FAC27A (or 0xFAC27A) is known color: Chardonnay. HEX triplet: FA, C2 and 7A. RGB value is (250,194,122). Sum of RGB (Red+Green+Blue) = 250+194+122=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC27A is #053D85. Grayscale: #CACACA. Windows color (decimal): -343430 or 8045306. OLE color: 8045306.

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

Color convert

RGB 250 194 122 -
CMYK 0 0.22 0.51 0.02
HSL 33.75º 0.93% 0.73% -
HSV(B) 33.75º 0.51% 0.98% -
XYZ 62.23 60.31 26.77 -
YUV 202.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 250 194 122 0 0.22 0.51 0.02 33.75 0.93 0.73
Hex FA C2 7A 0 16 33 2 22 5D 49
Octal 372 302 172 0 26 63 2 42 135 111
Binary 11111010 11000010 1111010 0 10110 110011 10 100010 1011101 1001001

Color Harmonies of #FAC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC27A

Black with #FAC27A

Text Example


Text Example

White with #FAC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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