Html Css Color HEX #FAC078 Chardonnay

📋 copy color: '#FAC078'

red 250 ◦ green 192 ◦ blue 120

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

Shades of Chardonnay #FAC078

Tints of Chardonnay #FAC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.16%

 BLUE value IS 120 (47.27% from 255) = 21.35%

R = 44.48%
G = 34.16%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAC078 (or 0xFAC078) is known color: Chardonnay. HEX triplet: FA, C0 and 78. RGB value is (250,192,120). Sum of RGB (Red+Green+Blue) = 250+192+120=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC078 is #053F87. Grayscale: #C9C9C9. Windows color (decimal): -343944 or 7913722. OLE color: 7913722.

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

Color convert

RGB 250 192 120 -
CMYK 0 0.23 0.52 0.02
HSL 33.23º 0.93% 0.73% -
HSV(B) 33.23º 0.52% 0.98% -
XYZ 61.66 59.38 25.98 -
YUV 201.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 250 192 120 0 0.23 0.52 0.02 33.23 0.93 0.73
Hex FA C0 78 0 17 34 2 21 5D 49
Octal 372 300 170 0 27 64 2 41 135 111
Binary 11111010 11000000 1111000 0 10111 110100 10 100001 1011101 1001001

Color Harmonies of #FAC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC078

Black with #FAC078

Text Example


Text Example

White with #FAC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC078; }

 p { color: rgb(250,192,120); }

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

background-color css

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

 a { background-color: rgb(250,192,120); }

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

border-color css

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

 span { border-color: rgb(250,192,120); }

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