Html Css Color HEX #FAC272 Chardonnay

📋 copy color: '#FAC272'

red 250 ◦ green 194 ◦ blue 114

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

Shades of Chardonnay #FAC272

Tints of Chardonnay #FAC272

RGB

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

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

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

R = 44.8%
G = 34.77%
B = 20.43%

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

#FAC272 (or 0xFAC272) is known color: Chardonnay. HEX triplet: FA, C2 and 72. RGB value is (250,194,114). Sum of RGB (Red+Green+Blue) = 250+194+114=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC272 is #053D8D. Grayscale: #C9C9C9. Windows color (decimal): -343438 or 7521018. OLE color: 7521018.

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

Color convert

RGB 250 194 114 -
CMYK 0 0.22 0.54 0.02
HSL 35.29º 0.93% 0.71% -
HSV(B) 35.29º 0.54% 0.98% -
XYZ 61.75 60.12 24.27 -
YUV 201.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 250 194 114 0 0.22 0.54 0.02 35.29 0.93 0.71
Hex FA C2 72 0 16 36 2 23 5D 47
Octal 372 302 162 0 26 66 2 43 135 107
Binary 11111010 11000010 1110010 0 10110 110110 10 100011 1011101 1000111

Color Harmonies of #FAC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC272

Black with #FAC272

Text Example


Text Example

White with #FAC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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