Html Css Color HEX #FAC072 Chardonnay

📋 copy color: '#FAC072'

red 250 ◦ green 192 ◦ blue 114

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

Shades of Chardonnay #FAC072

Tints of Chardonnay #FAC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.5%

R = 44.96%
G = 34.53%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC072 (or 0xFAC072) is known color: Chardonnay. HEX triplet: FA, C0 and 72. RGB value is (250,192,114). Sum of RGB (Red+Green+Blue) = 250+192+114=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC072 is #053F8D. Grayscale: #C8C8C8. Windows color (decimal): -343950 or 7520506. OLE color: 7520506.

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

Color convert

RGB 250 192 114 -
CMYK 0 0.23 0.54 0.02
HSL 34.41º 0.93% 0.71% -
HSV(B) 34.41º 0.54% 0.98% -
XYZ 61.31 59.24 24.12 -
YUV 200.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 250 192 114 0 0.23 0.54 0.02 34.41 0.93 0.71
Hex FA C0 72 0 17 36 2 22 5D 47
Octal 372 300 162 0 27 66 2 42 135 107
Binary 11111010 11000000 1110010 0 10111 110110 10 100010 1011101 1000111

Color Harmonies of #FAC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC072

Black with #FAC072

Text Example


Text Example

White with #FAC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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