Html Css Color HEX #FAC273 Chardonnay

📋 copy color: '#FAC273'

red 250 ◦ green 194 ◦ blue 115

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

Shades of Chardonnay #FAC273

Tints of Chardonnay #FAC273

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.7%

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

R = 44.72%
G = 34.7%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC273 (or 0xFAC273) is known color: Chardonnay. HEX triplet: FA, C2 and 73. RGB value is (250,194,115). Sum of RGB (Red+Green+Blue) = 250+194+115=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC273 is #053D8C. Grayscale: #CACACA. Windows color (decimal): -343437 or 7586554. OLE color: 7586554.

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

Color convert

RGB 250 194 115 -
CMYK 0 0.22 0.54 0.02
HSL 35.11º 0.93% 0.72% -
HSV(B) 35.11º 0.54% 0.98% -
XYZ 61.81 60.15 24.57 -
YUV 201.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 250 194 115 0 0.22 0.54 0.02 35.11 0.93 0.72
Hex FA C2 73 0 16 36 2 23 5D 48
Octal 372 302 163 0 26 66 2 43 135 110
Binary 11111010 11000010 1110011 0 10110 110110 10 100011 1011101 1001000

Color Harmonies of #FAC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC273

Black with #FAC273

Text Example


Text Example

White with #FAC273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC273; }

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

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

background-color css

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

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

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

border-color css

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

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

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