#FFC363

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

Shades of Golden Tainoi #FFC363

Tints of Golden Tainoi #FFC363

Color information

#FFC363 (or 0xFFC363) is unknown color: approx Golden Tainoi. HEX triplet: FF, C3 and 63. RGB value is (255,195,99). Sum of RGB (Red+Green+Blue) = 255+195+99=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC363 is #003C9C. Grayscale: #CACACA. Windows color (decimal): -15517 or 6538239. OLE color: 6538239.

HSL color Cylindrical-coordinate representation of color #FFC363: hue angle of 36.92º 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 #FFC363 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB25519599-
CMYK00.240.610
HSL36.92º100%69.41%-
HSV(B)36.92º61.18%100%-
XYZ63.0161.1920.29-
YUV20269.88165.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 99 (39.06% from 255) = 18.03%
R=46.45%
G=35.52%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551959900.240.61036.9210069.41
HexFFC3630183D0256445
Octal37730314303075045144105
Binary11111111110000111100011011000111101010010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC363; }

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

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

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

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

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

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

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

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