Html Css Color HEX #FCC67D Chardonnay

📋 copy color: '#FCC67D'

red 252 ◦ green 198 ◦ blue 125

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

Shades of Chardonnay #FCC67D

Tints of Chardonnay #FCC67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 43.83%
G = 34.43%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCC67D (or 0xFCC67D) is known color: Chardonnay. HEX triplet: FC, C6 and 7D. RGB value is (252,198,125). Sum of RGB (Red+Green+Blue) = 252+198+125=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC67D is #033982. Grayscale: #CECECE. Windows color (decimal): -211331 or 8242940. OLE color: 8242940.

HSL color Cylindrical-coordinate representation of color #FCC67D: hue angle of 34.49º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCC67D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 125 -
CMYK 0 0.21 0.50 0.01
HSL 34.49º 0.95% 0.74% -
HSV(B) 34.49º 0.5% 0.99% -
XYZ 64.04 62.56 28.1 -
YUV 205.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 252 198 125 0 0.21 0.50 0.01 34.49 0.95 0.74
Hex FC C6 7D 0 15 32 1 22 5F 4A
Octal 374 306 175 0 25 62 1 42 137 112
Binary 11111100 11000110 1111101 0 10101 110010 1 100010 1011111 1001010

Color Harmonies of #FCC67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC67D

Black with #FCC67D

Text Example


Text Example

White with #FCC67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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