#FFC644

Color #FFC644 Golden Tainoi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Tainoi #FFC644

Tints of Golden Tainoi #FFC644

Color information

#FFC644 (or 0xFFC644) is unknown color: approx Golden Tainoi. HEX triplet: FF, C6 and 44. RGB value is (255,198,68). Sum of RGB (Red+Green+Blue) = 255+198+68=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC644 is #0039BB. Grayscale: #C8C8C8. Windows color (decimal): -14780 or 4507391. OLE color: 4507391.

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

Color convert

RGB25519868-
CMYK00.220.730
HSL41.71º100%63.33%-
HSV(B)41.71º73.33%100%-
XYZ62.4862.0714.16-
YUV200.2253.38167.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 68 (26.95% from 255) = 13.05%
R=48.94%
G=38.00%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551986800.220.73041.7110063.33
HexFFC6440164902a643f
Octal37730610402611105214477
Binary11111111110001101000100010110100100101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC644; }

 p { color: rgb(255,198,68); }

 H1.HeaderClassName
 {
   color: #FFC644;
 }
 .AnyTagClassName
 {
   color: #FFC644;
 }
</style>
background-color css

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

 a { background-color: rgb(255,198,68); }

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

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

 span { border-color: rgb(255,198,68); }

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