Html Css Color HEX #FCC574 Chardonnay

📋 copy color: '#FCC574'

red 252 ◦ green 197 ◦ blue 116

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

Shades of Chardonnay #FCC574

Tints of Chardonnay #FCC574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.87%

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

R = 44.6%
G = 34.87%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCC574 (or 0xFCC574) is known color: Chardonnay. HEX triplet: FC, C5 and 74. RGB value is (252,197,116). Sum of RGB (Red+Green+Blue) = 252+197+116=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC574 is #033A8B. Grayscale: #CCCCCC. Windows color (decimal): -211596 or 7652860. OLE color: 7652860.

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

Color convert

RGB 252 197 116 -
CMYK 0 0.22 0.54 0.01
HSL 35.74º 0.96% 0.72% -
HSV(B) 35.74º 0.54% 0.99% -
XYZ 63.26 61.89 25.13 -
YUV 204.21 78.22 162.09 -
System Red Green Blue C M Y K H S L
Decimal 252 197 116 0 0.22 0.54 0.01 35.74 0.96 0.72
Hex FC C5 74 0 16 36 1 24 60 48
Octal 374 305 164 0 26 66 1 44 140 110
Binary 11111100 11000101 1110100 0 10110 110110 1 100100 1100000 1001000

Color Harmonies of #FCC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC574

Black with #FCC574

Text Example


Text Example

White with #FCC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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