Html Css Color HEX #FCC67F Chardonnay

📋 copy color: '#FCC67F'

red 252 ◦ green 198 ◦ blue 127

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

Shades of Chardonnay #FCC67F

Tints of Chardonnay #FCC67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.01%

R = 43.67%
G = 34.32%
B = 22.01%

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

#FCC67F (or 0xFCC67F) is known color: Chardonnay. HEX triplet: FC, C6 and 7F. RGB value is (252,198,127). Sum of RGB (Red+Green+Blue) = 252+198+127=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC67F is #033980. Grayscale: #CECECE. Windows color (decimal): -211329 or 8374012. OLE color: 8374012.

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

Color convert

RGB 252 198 127 -
CMYK 0 0.21 0.50 0.01
HSL 34.08º 0.95% 0.74% -
HSV(B) 34.08º 0.5% 0.99% -
XYZ 64.17 62.62 28.78 -
YUV 206.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 252 198 127 0 0.21 0.50 0.01 34.08 0.95 0.74
Hex FC C6 7F 0 15 32 1 22 5F 4A
Octal 374 306 177 0 25 62 1 42 137 112
Binary 11111100 11000110 1111111 0 10101 110010 1 100010 1011111 1001010

Color Harmonies of #FCC67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC67F

Black with #FCC67F

Text Example


Text Example

White with #FCC67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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