Html Css Color HEX #FAC582 Chardonnay

📋 copy color: '#FAC582'

red 250 ◦ green 197 ◦ blue 130

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

Shades of Chardonnay #FAC582

Tints of Chardonnay #FAC582

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.14%

 BLUE value IS 130 (51.17% from 255) = 22.53%

R = 43.33%
G = 34.14%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAC582 (or 0xFAC582) is known color: Chardonnay. HEX triplet: FA, C5 and 82. RGB value is (250,197,130). Sum of RGB (Red+Green+Blue) = 250+197+130=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC582 is #053A7D. Grayscale: #CDCDCD. Windows color (decimal): -342654 or 8570362. OLE color: 8570362.

HSL color Cylindrical-coordinate representation of color #FAC582: hue angle of 33.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAC582 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 130 -
CMYK 0 0.21 0.48 0.02
HSL 33.5º 0.92% 0.75% -
HSV(B) 33.5º 0.48% 0.98% -
XYZ 63.42 61.87 29.72 -
YUV 205.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 250 197 130 0 0.21 0.48 0.02 33.5 0.92 0.75
Hex FA C5 82 0 15 30 2 22 5C 4B
Octal 372 305 202 0 25 60 2 42 134 113
Binary 11111010 11000101 10000010 0 10101 110000 10 100010 1011100 1001011

Color Harmonies of #FAC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC582

Black with #FAC582

Text Example


Text Example

White with #FAC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC582; }

 p { color: rgb(250,197,130); }

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

background-color css

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

 a { background-color: rgb(250,197,130); }

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

border-color css

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

 span { border-color: rgb(250,197,130); }

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