Html Css Color HEX #FAC67F Chardonnay

📋 copy color: '#FAC67F'

red 250 ◦ green 198 ◦ blue 127

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

Shades of Chardonnay #FAC67F

Tints of Chardonnay #FAC67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.43%

 BLUE value IS 127 (50% from 255) = 22.09%

R = 43.48%
G = 34.43%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAC67F (or 0xFAC67F) is known color: Chardonnay. HEX triplet: FA, C6 and 7F. RGB value is (250,198,127). Sum of RGB (Red+Green+Blue) = 250+198+127=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC67F is #053980. Grayscale: #CDCDCD. Windows color (decimal): -342401 or 8374010. OLE color: 8374010.

HSL color Cylindrical-coordinate representation of color #FAC67F: hue angle of 34.63º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAC67F is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 127 -
CMYK 0 0.21 0.49 0.02
HSL 34.63º 0.92% 0.74% -
HSV(B) 34.63º 0.49% 0.98% -
XYZ 63.45 62.24 28.75 -
YUV 205.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 250 198 127 0 0.21 0.49 0.02 34.63 0.92 0.74
Hex FA C6 7F 0 15 31 2 23 5C 4A
Octal 372 306 177 0 25 61 2 43 134 112
Binary 11111010 11000110 1111111 0 10101 110001 10 100011 1011100 1001010

Color Harmonies of #FAC67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC67F

Black with #FAC67F

Text Example


Text Example

White with #FAC67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC67F; }

 p { color: rgb(250,198,127); }

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

background-color css

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

 a { background-color: rgb(250,198,127); }

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

border-color css

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

 span { border-color: rgb(250,198,127); }

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