Html Css Color HEX #FFC16A Chardonnay

📋 copy color: '#FFC16A'

red 255 ◦ green 193 ◦ blue 106

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

Shades of Chardonnay #FFC16A

Tints of Chardonnay #FFC16A

RGB

 RED value IS 255 (100% from 255) = 46.03%

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

 BLUE value IS 106 (41.8% from 255) = 19.13%

R = 46.03%
G = 34.84%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFC16A (or 0xFFC16A) is known color: Chardonnay. HEX triplet: FF, C1 and 6A. RGB value is (255,193,106). Sum of RGB (Red+Green+Blue) = 255+193+106=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC16A is #003E95. Grayscale: #CACACA. Windows color (decimal): -16022 or 6996479. OLE color: 6996479.

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

Color convert

RGB 255 193 106 -
CMYK 0 0.24 0.58 0
HSL 35.03º 1% 0.71% -
HSV(B) 35.03º 0.58% 1% -
XYZ 62.91 60.44 21.99 -
YUV 201.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 255 193 106 0 0.24 0.58 0 35.03 1 0.71
Hex FF C1 6A 0 18 3A 0 23 64 47
Octal 377 301 152 0 30 72 0 43 144 107
Binary 11111111 11000001 1101010 0 11000 111010 0 100011 1100100 1000111

Color Harmonies of #FFC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC16A

Black with #FFC16A

Text Example


Text Example

White with #FFC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC16A; }

 p { color: rgb(255,193,106); }

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

background-color css

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

 a { background-color: rgb(255,193,106); }

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

border-color css

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

 span { border-color: rgb(255,193,106); }

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