Html Css Color HEX #FCC272 Chardonnay

📋 copy color: '#FCC272'

red 252 ◦ green 194 ◦ blue 114

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

Shades of Chardonnay #FCC272

Tints of Chardonnay #FCC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

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

R = 45%
G = 34.64%
B = 20.36%

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

#FCC272 (or 0xFCC272) is known color: Chardonnay. HEX triplet: FC, C2 and 72. RGB value is (252,194,114). Sum of RGB (Red+Green+Blue) = 252+194+114=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC272 is #033D8D. Grayscale: #CACACA. Windows color (decimal): -212366 or 7521020. OLE color: 7521020.

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

Color convert

RGB 252 194 114 -
CMYK 0 0.23 0.55 0.01
HSL 34.78º 0.96% 0.72% -
HSV(B) 34.78º 0.55% 0.99% -
XYZ 62.47 60.49 24.3 -
YUV 202.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 252 194 114 0 0.23 0.55 0.01 34.78 0.96 0.72
Hex FC C2 72 0 17 37 1 23 60 48
Octal 374 302 162 0 27 67 1 43 140 110
Binary 11111100 11000010 1110010 0 10111 110111 1 100011 1100000 1001000

Color Harmonies of #FCC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC272

Black with #FCC272

Text Example


Text Example

White with #FCC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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