Html Css Color HEX #FAC06E Chardonnay

📋 copy color: '#FAC06E'

red 250 ◦ green 192 ◦ blue 110

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

Shades of Chardonnay #FAC06E

Tints of Chardonnay #FAC06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.93%

R = 45.29%
G = 34.78%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAC06E (or 0xFAC06E) is known color: Chardonnay. HEX triplet: FA, C0 and 6E. RGB value is (250,192,110). Sum of RGB (Red+Green+Blue) = 250+192+110=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC06E is #053F91. Grayscale: #C8C8C8. Windows color (decimal): -343954 or 7258362. OLE color: 7258362.

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

Color convert

RGB 250 192 110 -
CMYK 0 0.23 0.56 0.02
HSL 35.14º 0.93% 0.71% -
HSV(B) 35.14º 0.56% 0.98% -
XYZ 61.09 59.15 22.95 -
YUV 199.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 250 192 110 0 0.23 0.56 0.02 35.14 0.93 0.71
Hex FA C0 6E 0 17 38 2 23 5D 47
Octal 372 300 156 0 27 70 2 43 135 107
Binary 11111010 11000000 1101110 0 10111 111000 10 100011 1011101 1000111

Color Harmonies of #FAC06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC06E

Black with #FAC06E

Text Example


Text Example

White with #FAC06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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