Html Css Color HEX #FAC27D Chardonnay

📋 copy color: '#FAC27D'

red 250 ◦ green 194 ◦ blue 125

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

Shades of Chardonnay #FAC27D

Tints of Chardonnay #FAC27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.97%

R = 43.94%
G = 34.09%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAC27D (or 0xFAC27D) is known color: Chardonnay. HEX triplet: FA, C2 and 7D. RGB value is (250,194,125). Sum of RGB (Red+Green+Blue) = 250+194+125=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC27D is #053D82. Grayscale: #CBCBCB. Windows color (decimal): -343427 or 8241914. OLE color: 8241914.

HSL color Cylindrical-coordinate representation of color #FAC27D: hue angle of 33.12º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAC27D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 125 -
CMYK 0 0.22 0.50 0.02
HSL 33.12º 0.93% 0.74% -
HSV(B) 33.12º 0.5% 0.98% -
XYZ 62.42 60.39 27.77 -
YUV 202.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 250 194 125 0 0.22 0.50 0.02 33.12 0.93 0.74
Hex FA C2 7D 0 16 32 2 21 5D 4A
Octal 372 302 175 0 26 62 2 41 135 112
Binary 11111010 11000010 1111101 0 10110 110010 10 100001 1011101 1001010

Color Harmonies of #FAC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC27D

Black with #FAC27D

Text Example


Text Example

White with #FAC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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