Html Css Color HEX #FCC474 Chardonnay

📋 copy color: '#FCC474'

red 252 ◦ green 196 ◦ blue 116

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

Shades of Chardonnay #FCC474

Tints of Chardonnay #FCC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.75%

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

R = 44.68%
G = 34.75%
B = 20.57%

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

#FCC474 (or 0xFCC474) is known color: Chardonnay. HEX triplet: FC, C4 and 74. RGB value is (252,196,116). Sum of RGB (Red+Green+Blue) = 252+196+116=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC474 is #033B8B. Grayscale: #CCCCCC. Windows color (decimal): -211852 or 7652604. OLE color: 7652604.

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

Color convert

RGB 252 196 116 -
CMYK 0 0.22 0.54 0.01
HSL 35.29º 0.96% 0.72% -
HSV(B) 35.29º 0.54% 0.99% -
XYZ 63.04 61.44 25.06 -
YUV 203.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 252 196 116 0 0.22 0.54 0.01 35.29 0.96 0.72
Hex FC C4 74 0 16 36 1 23 60 48
Octal 374 304 164 0 26 66 1 43 140 110
Binary 11111100 11000100 1110100 0 10110 110110 1 100011 1100000 1001000

Color Harmonies of #FCC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC474

Black with #FCC474

Text Example


Text Example

White with #FCC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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