Html Css Color HEX #FEC16C Chardonnay

📋 copy color: '#FEC16C'

red 254 ◦ green 193 ◦ blue 108

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

Shades of Chardonnay #FEC16C

Tints of Chardonnay #FEC16C

RGB

 RED value IS 254 (99.61% from 255) = 45.77%

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

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 45.77%
G = 34.77%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEC16C (or 0xFEC16C) is known color: Chardonnay. HEX triplet: FE, C1 and 6C. RGB value is (254,193,108). Sum of RGB (Red+Green+Blue) = 254+193+108=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC16C is #013E93. Grayscale: #C9C9C9. Windows color (decimal): -81556 or 7127550. OLE color: 7127550.

HSL color Cylindrical-coordinate representation of color #FEC16C: hue angle of 34.93º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEC16C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 193 108 -
CMYK 0 0.24 0.57 0.00
HSL 34.93º 0.99% 0.71% -
HSV(B) 34.93º 0.57% 1% -
XYZ 62.65 60.29 22.52 -
YUV 201.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 254 193 108 0 0.24 0.57 0.00 34.93 0.99 0.71
Hex FE C1 6C 0 18 39 0 23 63 47
Octal 376 301 154 0 30 71 0 43 143 107
Binary 11111110 11000001 1101100 0 11000 111001 0 100011 1100011 1000111

Color Harmonies of #FEC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC16C

Black with #FEC16C

Text Example


Text Example

White with #FEC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC16C; }

 p { color: rgb(254,193,108); }

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

background-color css

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

 a { background-color: rgb(254,193,108); }

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

border-color css

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

 span { border-color: rgb(254,193,108); }

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