#FFC463

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

Shades of Golden Tainoi #FFC463

Tints of Golden Tainoi #FFC463

Color information

#FFC463 (or 0xFFC463) is unknown color: approx Golden Tainoi. HEX triplet: FF, C4 and 63. RGB value is (255,196,99). Sum of RGB (Red+Green+Blue) = 255+196+99=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC463 is #003B9C. Grayscale: #CBCBCB. Windows color (decimal): -15261 or 6538495. OLE color: 6538495.

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

Color convert

RGB25519699-
CMYK00.230.610
HSL37.31º100%69.41%-
HSV(B)37.31º61.18%100%-
XYZ63.2361.6420.37-
YUV202.5869.55165.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 99 (39.06% from 255) = 18%
R=46.36%
G=35.64%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551969900.230.61037.3110069.41
HexFFC4630173D0256445
Octal37730414302775045144105
Binary11111111110001001100011010111111101010010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC463; }

 p { color: rgb(255,196,99); }

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

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

 a { background-color: rgb(255,196,99); }

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

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

 span { border-color: rgb(255,196,99); }

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