Html Css Color HEX #FCC674 Chardonnay

📋 copy color: '#FCC674'

red 252 ◦ green 198 ◦ blue 116

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

Shades of Chardonnay #FCC674

Tints of Chardonnay #FCC674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 44.52%
G = 34.98%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCC674 (or 0xFCC674) is known color: Chardonnay. HEX triplet: FC, C6 and 74. RGB value is (252,198,116). Sum of RGB (Red+Green+Blue) = 252+198+116=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC674 is #03398B. Grayscale: #CDCDCD. Windows color (decimal): -211340 or 7653116. OLE color: 7653116.

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

Color convert

RGB 252 198 116 -
CMYK 0 0.21 0.54 0.01
HSL 36.18º 0.96% 0.72% -
HSV(B) 36.18º 0.54% 0.99% -
XYZ 63.49 62.34 25.21 -
YUV 204.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 252 198 116 0 0.21 0.54 0.01 36.18 0.96 0.72
Hex FC C6 74 0 15 36 1 24 60 48
Octal 374 306 164 0 25 66 1 44 140 110
Binary 11111100 11000110 1110100 0 10101 110110 1 100100 1100000 1001000

Color Harmonies of #FCC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC674

Black with #FCC674

Text Example


Text Example

White with #FCC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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