Html Css Color HEX #FAC07A Chardonnay

📋 copy color: '#FAC07A'

red 250 ◦ green 192 ◦ blue 122

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

Shades of Chardonnay #FAC07A

Tints of Chardonnay #FAC07A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

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

R = 44.33%
G = 34.04%
B = 21.63%

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

#FAC07A (or 0xFAC07A) is known color: Chardonnay. HEX triplet: FA, C0 and 7A. RGB value is (250,192,122). Sum of RGB (Red+Green+Blue) = 250+192+122=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC07A is #053F85. Grayscale: #C9C9C9. Windows color (decimal): -343942 or 8044794. OLE color: 8044794.

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

Color convert

RGB 250 192 122 -
CMYK 0 0.23 0.51 0.02
HSL 32.81º 0.93% 0.73% -
HSV(B) 32.81º 0.51% 0.98% -
XYZ 61.79 59.43 26.63 -
YUV 201.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 250 192 122 0 0.23 0.51 0.02 32.81 0.93 0.73
Hex FA C0 7A 0 17 33 2 21 5D 49
Octal 372 300 172 0 27 63 2 41 135 111
Binary 11111010 11000000 1111010 0 10111 110011 10 100001 1011101 1001001

Color Harmonies of #FAC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC07A

Black with #FAC07A

Text Example


Text Example

White with #FAC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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