Html Css Color HEX #FCC372 Chardonnay

📋 copy color: '#FCC372'

red 252 ◦ green 195 ◦ blue 114

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

Shades of Chardonnay #FCC372

Tints of Chardonnay #FCC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.76%

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

R = 44.92%
G = 34.76%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCC372 (or 0xFCC372) is known color: Chardonnay. HEX triplet: FC, C3 and 72. RGB value is (252,195,114). Sum of RGB (Red+Green+Blue) = 252+195+114=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC372 is #033C8D. Grayscale: #CBCBCB. Windows color (decimal): -212110 or 7521276. OLE color: 7521276.

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

Color convert

RGB 252 195 114 -
CMYK 0 0.23 0.55 0.01
HSL 35.22º 0.96% 0.72% -
HSV(B) 35.22º 0.55% 0.99% -
XYZ 62.7 60.94 24.38 -
YUV 202.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 252 195 114 0 0.23 0.55 0.01 35.22 0.96 0.72
Hex FC C3 72 0 17 37 1 23 60 48
Octal 374 303 162 0 27 67 1 43 140 110
Binary 11111100 11000011 1110010 0 10111 110111 1 100011 1100000 1001000

Color Harmonies of #FCC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC372

Black with #FCC372

Text Example


Text Example

White with #FCC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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