#F9C15E

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

Shades of Golden Tainoi #F9C15E

Tints of Golden Tainoi #F9C15E

Color information

#F9C15E (or 0xF9C15E) is unknown color: approx Golden Tainoi. HEX triplet: F9, C1 and 5E. RGB value is (249,193,94). Sum of RGB (Red+Green+Blue) = 249+193+94=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C15E is #063EA1. Grayscale: #C6C6C6. Windows color (decimal): -409250 or 6210041. OLE color: 6210041.

HSL color Cylindrical-coordinate representation of color #F9C15E: hue angle of 38.32º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9C15E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB24919394-
CMYK00.220.620.02
HSL38.32º92.81%67.25%-
HSV(B)38.32º62.25%97.65%-
XYZ60.1659.0918.82-
YUV198.4669.05164.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.46%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 94 (37.11% from 255) = 17.54%
R=46.46%
G=36.01%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491939400.220.620.0238.3292.8167.25
HexF9C15E0163E2265d43
Octal37130113602676246135103
Binary111110011100000110111100101101111101010011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C15E; }

 p { color: rgb(249,193,94); }

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

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

 a { background-color: rgb(249,193,94); }

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

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

 span { border-color: rgb(249,193,94); }

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