Html Css Color HEX #FCC06F Chardonnay

📋 copy color: '#FCC06F'

red 252 ◦ green 192 ◦ blue 111

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

Shades of Chardonnay #FCC06F

Tints of Chardonnay #FCC06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.59%

 BLUE value IS 111 (43.75% from 255) = 20%

R = 45.41%
G = 34.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC06F (or 0xFCC06F) is known color: Chardonnay. HEX triplet: FC, C0 and 6F. RGB value is (252,192,111). Sum of RGB (Red+Green+Blue) = 252+192+111=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC06F is #033F90. Grayscale: #C9C9C9. Windows color (decimal): -212881 or 7323900. OLE color: 7323900.

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

Color convert

RGB 252 192 111 -
CMYK 0 0.24 0.56 0.01
HSL 34.47º 0.96% 0.71% -
HSV(B) 34.47º 0.56% 0.99% -
XYZ 61.86 59.54 23.27 -
YUV 200.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 252 192 111 0 0.24 0.56 0.01 34.47 0.96 0.71
Hex FC C0 6F 0 18 38 1 22 60 47
Octal 374 300 157 0 30 70 1 42 140 107
Binary 11111100 11000000 1101111 0 11000 111000 1 100010 1100000 1000111

Color Harmonies of #FCC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC06F

Black with #FCC06F

Text Example


Text Example

White with #FCC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC06F; }

 p { color: rgb(252,192,111); }

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

background-color css

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

 a { background-color: rgb(252,192,111); }

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

border-color css

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

 span { border-color: rgb(252,192,111); }

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