Html Css Color HEX #FCC672 Chardonnay

📋 copy color: '#FCC672'

red 252 ◦ green 198 ◦ blue 114

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

Shades of Chardonnay #FCC672

Tints of Chardonnay #FCC672

RGB

 RED value IS 252 (98.83% from 255) = 44.68%

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

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

R = 44.68%
G = 35.11%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCC672 (or 0xFCC672) is known color: Chardonnay. HEX triplet: FC, C6 and 72. RGB value is (252,198,114). Sum of RGB (Red+Green+Blue) = 252+198+114=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC672 is #03398D. Grayscale: #CCCCCC. Windows color (decimal): -211342 or 7522044. OLE color: 7522044.

HSL color Cylindrical-coordinate representation of color #FCC672: hue angle of 36.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCC672 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 114 -
CMYK 0 0.21 0.55 0.01
HSL 36.52º 0.96% 0.72% -
HSV(B) 36.52º 0.55% 0.99% -
XYZ 63.38 62.3 24.6 -
YUV 204.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 252 198 114 0 0.21 0.55 0.01 36.52 0.96 0.72
Hex FC C6 72 0 15 37 1 25 60 48
Octal 374 306 162 0 25 67 1 45 140 110
Binary 11111100 11000110 1110010 0 10101 110111 1 100101 1100000 1001000

Color Harmonies of #FCC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC672

Black with #FCC672

Text Example


Text Example

White with #FCC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC672; }

 p { color: rgb(252,198,114); }

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

background-color css

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

 a { background-color: rgb(252,198,114); }

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

border-color css

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

 span { border-color: rgb(252,198,114); }

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