Html Css Color HEX #FCC470 Chardonnay

📋 copy color: '#FCC470'

red 252 ◦ green 196 ◦ blue 112

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

Shades of Chardonnay #FCC470

Tints of Chardonnay #FCC470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20%

R = 45%
G = 35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC470 (or 0xFCC470) is known color: Chardonnay. HEX triplet: FC, C4 and 70. RGB value is (252,196,112). Sum of RGB (Red+Green+Blue) = 252+196+112=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC470 is #033B8F. Grayscale: #CBCBCB. Windows color (decimal): -211856 or 7390460. OLE color: 7390460.

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

Color convert

RGB 252 196 112 -
CMYK 0 0.22 0.56 0.01
HSL 36º 0.96% 0.71% -
HSV(B) 36º 0.56% 0.99% -
XYZ 62.81 61.35 23.86 -
YUV 203.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 252 196 112 0 0.22 0.56 0.01 36 0.96 0.71
Hex FC C4 70 0 16 38 1 24 60 47
Octal 374 304 160 0 26 70 1 44 140 107
Binary 11111100 11000100 1110000 0 10110 111000 1 100100 1100000 1000111

Color Harmonies of #FCC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC470

Black with #FCC470

Text Example


Text Example

White with #FCC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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