Html Css Color HEX #FAC375 Chardonnay

📋 copy color: '#FAC375'

red 250 ◦ green 195 ◦ blue 117

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

Shades of Chardonnay #FAC375

Tints of Chardonnay #FAC375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.82%

R = 44.48%
G = 34.7%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAC375 (or 0xFAC375) is known color: Chardonnay. HEX triplet: FA, C3 and 75. RGB value is (250,195,117). Sum of RGB (Red+Green+Blue) = 250+195+117=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC375 is #053C8A. Grayscale: #CACACA. Windows color (decimal): -343179 or 7717882. OLE color: 7717882.

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

Color convert

RGB 250 195 117 -
CMYK 0 0.22 0.53 0.02
HSL 35.19º 0.93% 0.72% -
HSV(B) 35.19º 0.53% 0.98% -
XYZ 62.15 60.64 25.26 -
YUV 202.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 250 195 117 0 0.22 0.53 0.02 35.19 0.93 0.72
Hex FA C3 75 0 16 35 2 23 5D 48
Octal 372 303 165 0 26 65 2 43 135 110
Binary 11111010 11000011 1110101 0 10110 110101 10 100011 1011101 1001000

Color Harmonies of #FAC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC375

Black with #FAC375

Text Example


Text Example

White with #FAC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC375; }

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

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

background-color css

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

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

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

border-color css

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

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

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