Html Css Color HEX #FCC675 Chardonnay

📋 copy color: '#FCC675'

red 252 ◦ green 198 ◦ blue 117

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

Shades of Chardonnay #FCC675

Tints of Chardonnay #FCC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.92%

 BLUE value IS 117 (46.09% from 255) = 20.63%

R = 44.44%
G = 34.92%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCC675 (or 0xFCC675) is known color: Chardonnay. HEX triplet: FC, C6 and 75. RGB value is (252,198,117). Sum of RGB (Red+Green+Blue) = 252+198+117=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC675 is #03398A. Grayscale: #CDCDCD. Windows color (decimal): -211339 or 7718652. OLE color: 7718652.

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

Color convert

RGB 252 198 117 -
CMYK 0 0.21 0.54 0.01
HSL 36º 0.96% 0.72% -
HSV(B) 36º 0.54% 0.99% -
XYZ 63.55 62.37 25.52 -
YUV 204.91 78.39 161.59 -
System Red Green Blue C M Y K H S L
Decimal 252 198 117 0 0.21 0.54 0.01 36 0.96 0.72
Hex FC C6 75 0 15 36 1 24 60 48
Octal 374 306 165 0 25 66 1 44 140 110
Binary 11111100 11000110 1110101 0 10101 110110 1 100100 1100000 1001000

Color Harmonies of #FCC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC675

Black with #FCC675

Text Example


Text Example

White with #FCC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC675; }

 p { color: rgb(252,198,117); }

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

background-color css

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

 a { background-color: rgb(252,198,117); }

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

border-color css

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

 span { border-color: rgb(252,198,117); }

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