Html Css Color HEX #FAC070 Chardonnay

📋 copy color: '#FAC070'

red 250 ◦ green 192 ◦ blue 112

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

Shades of Chardonnay #FAC070

Tints of Chardonnay #FAC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.22%

R = 45.13%
G = 34.66%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC070 (or 0xFAC070) is known color: Chardonnay. HEX triplet: FA, C0 and 70. RGB value is (250,192,112). Sum of RGB (Red+Green+Blue) = 250+192+112=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC070 is #053F8F. Grayscale: #C8C8C8. Windows color (decimal): -343952 or 7389434. OLE color: 7389434.

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

Color convert

RGB 250 192 112 -
CMYK 0 0.23 0.55 0.02
HSL 34.78º 0.93% 0.71% -
HSV(B) 34.78º 0.55% 0.98% -
XYZ 61.2 59.19 23.53 -
YUV 200.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 250 192 112 0 0.23 0.55 0.02 34.78 0.93 0.71
Hex FA C0 70 0 17 37 2 23 5D 47
Octal 372 300 160 0 27 67 2 43 135 107
Binary 11111010 11000000 1110000 0 10111 110111 10 100011 1011101 1000111

Color Harmonies of #FAC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC070

Black with #FAC070

Text Example


Text Example

White with #FAC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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