#F9C463

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

Shades of Golden Tainoi #F9C463

Tints of Golden Tainoi #F9C463

Color information

#F9C463 (or 0xF9C463) is unknown color: approx Golden Tainoi. HEX triplet: F9, C4 and 63. RGB value is (249,196,99). Sum of RGB (Red+Green+Blue) = 249+196+99=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C463 is #063B9C. Grayscale: #C9C9C9. Windows color (decimal): -408477 or 6538489. OLE color: 6538489.

HSL color Cylindrical-coordinate representation of color #F9C463: hue angle of 38.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9C463 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB24919699-
CMYK00.210.600.02
HSL38.8º92.59%68.24%-
HSV(B)38.8º60.24%97.65%-
XYZ61.0660.5220.27-
YUV200.7970.56162.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 99 (39.06% from 255) = 18.20%
R=45.77%
G=36.03%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491969900.210.600.0238.892.5968.24
HexF9C4630153C2275d44
Octal37130414302574247135104
Binary111110011100010011000110101011111001010011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C463; }

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

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

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

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

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

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

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

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