Html Css Color HEX #FAC06B Chardonnay

📋 copy color: '#FAC06B'

red 250 ◦ green 192 ◦ blue 107

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

Shades of Chardonnay #FAC06B

Tints of Chardonnay #FAC06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.49%

R = 45.54%
G = 34.97%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAC06B (or 0xFAC06B) is known color: Chardonnay. HEX triplet: FA, C0 and 6B. RGB value is (250,192,107). Sum of RGB (Red+Green+Blue) = 250+192+107=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC06B is #053F94. Grayscale: #C8C8C8. Windows color (decimal): -343957 or 7061754. OLE color: 7061754.

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

Color convert

RGB 250 192 107 -
CMYK 0 0.23 0.57 0.02
HSL 35.66º 0.93% 0.7% -
HSV(B) 35.66º 0.57% 0.98% -
XYZ 60.93 59.08 22.1 -
YUV 199.65 75.72 163.91 -
System Red Green Blue C M Y K H S L
Decimal 250 192 107 0 0.23 0.57 0.02 35.66 0.93 0.7
Hex FA C0 6B 0 17 39 2 24 5D 46
Octal 372 300 153 0 27 71 2 44 135 106
Binary 11111010 11000000 1101011 0 10111 111001 10 100100 1011101 1000110

Color Harmonies of #FAC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC06B

Black with #FAC06B

Text Example


Text Example

White with #FAC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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