Html Css Color HEX #FAC874 Chardonnay

📋 copy color: '#FAC874'

red 250 ◦ green 200 ◦ blue 116

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

Shades of Chardonnay #FAC874

Tints of Chardonnay #FAC874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 44.17%
G = 35.34%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC874 (or 0xFAC874) is known color: Chardonnay. HEX triplet: FA, C8 and 74. RGB value is (250,200,116). Sum of RGB (Red+Green+Blue) = 250+200+116=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC874 is #05378B. Grayscale: #CDCDCD. Windows color (decimal): -341900 or 7653626. OLE color: 7653626.

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

Color convert

RGB 250 200 116 -
CMYK 0 0.2 0.54 0.02
HSL 37.61º 0.93% 0.72% -
HSV(B) 37.61º 0.54% 0.98% -
XYZ 63.23 62.89 25.33 -
YUV 205.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 250 200 116 0 0.2 0.54 0.02 37.61 0.93 0.72
Hex FA C8 74 0 14 36 2 26 5D 48
Octal 372 310 164 0 24 66 2 46 135 110
Binary 11111010 11001000 1110100 0 10100 110110 10 100110 1011101 1001000

Color Harmonies of #FAC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC874

Black with #FAC874

Text Example


Text Example

White with #FAC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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