Html Css Color HEX #FAC073 Chardonnay

📋 copy color: '#FAC073'

red 250 ◦ green 192 ◦ blue 115

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

Shades of Chardonnay #FAC073

Tints of Chardonnay #FAC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.65%

R = 44.88%
G = 34.47%
B = 20.65%

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

#FAC073 (or 0xFAC073) is known color: Chardonnay. HEX triplet: FA, C0 and 73. RGB value is (250,192,115). Sum of RGB (Red+Green+Blue) = 250+192+115=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC073 is #053F8C. Grayscale: #C8C8C8. Windows color (decimal): -343949 or 7586042. OLE color: 7586042.

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

Color convert

RGB 250 192 115 -
CMYK 0 0.23 0.54 0.02
HSL 34.22º 0.93% 0.72% -
HSV(B) 34.22º 0.54% 0.98% -
XYZ 61.37 59.26 24.42 -
YUV 200.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 250 192 115 0 0.23 0.54 0.02 34.22 0.93 0.72
Hex FA C0 73 0 17 36 2 22 5D 48
Octal 372 300 163 0 27 66 2 42 135 110
Binary 11111010 11000000 1110011 0 10111 110110 10 100010 1011101 1001000

Color Harmonies of #FAC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC073

Black with #FAC073

Text Example


Text Example

White with #FAC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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