Html Css Color HEX #FCC16B Chardonnay

📋 copy color: '#FCC16B'

red 252 ◦ green 193 ◦ blue 107

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

Shades of Chardonnay #FCC16B

Tints of Chardonnay #FCC16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.96%

 BLUE value IS 107 (42.19% from 255) = 19.38%

R = 45.65%
G = 34.96%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC16B (or 0xFCC16B) is known color: Chardonnay. HEX triplet: FC, C1 and 6B. RGB value is (252,193,107). Sum of RGB (Red+Green+Blue) = 252+193+107=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC16B is #033E94. Grayscale: #C9C9C9. Windows color (decimal): -212629 or 7062012. OLE color: 7062012.

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

Color convert

RGB 252 193 107 -
CMYK 0 0.23 0.58 0.01
HSL 35.59º 0.96% 0.7% -
HSV(B) 35.59º 0.58% 0.99% -
XYZ 61.87 59.9 22.21 -
YUV 200.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 252 193 107 0 0.23 0.58 0.01 35.59 0.96 0.7
Hex FC C1 6B 0 17 3A 1 24 60 46
Octal 374 301 153 0 27 72 1 44 140 106
Binary 11111100 11000001 1101011 0 10111 111010 1 100100 1100000 1000110

Color Harmonies of #FCC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC16B

Black with #FCC16B

Text Example


Text Example

White with #FCC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC16B; }

 p { color: rgb(252,193,107); }

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

background-color css

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

 a { background-color: rgb(252,193,107); }

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

border-color css

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

 span { border-color: rgb(252,193,107); }

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