#F9C15B

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

Shades of Golden Tainoi #F9C15B

Tints of Golden Tainoi #F9C15B

Color information

#F9C15B (or 0xF9C15B) is unknown color: approx Golden Tainoi. HEX triplet: F9, C1 and 5B. RGB value is (249,193,91). Sum of RGB (Red+Green+Blue) = 249+193+91=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C15B is #063EA4. Grayscale: #C6C6C6. Windows color (decimal): -409253 or 6013433. OLE color: 6013433.

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

Color convert

RGB24919391-
CMYK00.220.630.02
HSL38.73º92.94%66.67%-
HSV(B)38.73º63.45%97.65%-
XYZ60.0359.0318.13-
YUV198.1267.55164.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.72%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 91 (35.94% from 255) = 17.07%
R=46.72%
G=36.21%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491939100.220.630.0238.7392.9466.67
HexF9C15B0163F2275d43
Octal37130113302677247135103
Binary111110011100000110110110101101111111010011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C15B; }

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

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

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

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

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

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

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

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