Html Css Color HEX #FAC875 Chardonnay

📋 copy color: '#FAC875'

red 250 ◦ green 200 ◦ blue 117

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

Shades of Chardonnay #FAC875

Tints of Chardonnay #FAC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.27%

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

R = 44.09%
G = 35.27%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAC875 (or 0xFAC875) is known color: Chardonnay. HEX triplet: FA, C8 and 75. RGB value is (250,200,117). Sum of RGB (Red+Green+Blue) = 250+200+117=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC875 is #05378A. Grayscale: #CDCDCD. Windows color (decimal): -341899 or 7719162. OLE color: 7719162.

HSL color Cylindrical-coordinate representation of color #FAC875: hue angle of 37.44º 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 #FAC875 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 117 -
CMYK 0 0.2 0.53 0.02
HSL 37.44º 0.93% 0.72% -
HSV(B) 37.44º 0.53% 0.98% -
XYZ 63.29 62.92 25.64 -
YUV 205.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 250 200 117 0 0.2 0.53 0.02 37.44 0.93 0.72
Hex FA C8 75 0 14 35 2 25 5D 48
Octal 372 310 165 0 24 65 2 45 135 110
Binary 11111010 11001000 1110101 0 10100 110101 10 100101 1011101 1001000

Color Harmonies of #FAC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC875

Black with #FAC875

Text Example


Text Example

White with #FAC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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