Html Css Color HEX #FAC370 Chardonnay

📋 copy color: '#FAC370'

red 250 ◦ green 195 ◦ blue 112

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

Shades of Chardonnay #FAC370

Tints of Chardonnay #FAC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.01%

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 44.88%
G = 35.01%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC370 (or 0xFAC370) is known color: Chardonnay. HEX triplet: FA, C3 and 70. RGB value is (250,195,112). Sum of RGB (Red+Green+Blue) = 250+195+112=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC370 is #053C8F. Grayscale: #CACACA. Windows color (decimal): -343184 or 7390202. OLE color: 7390202.

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

Color convert

RGB 250 195 112 -
CMYK 0 0.22 0.55 0.02
HSL 36.09º 0.93% 0.71% -
HSV(B) 36.09º 0.55% 0.98% -
XYZ 61.86 60.52 23.75 -
YUV 201.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 250 195 112 0 0.22 0.55 0.02 36.09 0.93 0.71
Hex FA C3 70 0 16 37 2 24 5D 47
Octal 372 303 160 0 26 67 2 44 135 107
Binary 11111010 11000011 1110000 0 10110 110111 10 100100 1011101 1000111

Color Harmonies of #FAC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC370

Black with #FAC370

Text Example


Text Example

White with #FAC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC370; }

 p { color: rgb(250,195,112); }

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

background-color css

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

 a { background-color: rgb(250,195,112); }

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

border-color css

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

 span { border-color: rgb(250,195,112); }

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