#F9C261

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

Shades of Golden Tainoi #F9C261

Tints of Golden Tainoi #F9C261

Color information

#F9C261 (or 0xF9C261) is unknown color: approx Golden Tainoi. HEX triplet: F9, C2 and 61. RGB value is (249,194,97). Sum of RGB (Red+Green+Blue) = 249+194+97=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C261 is #063D9E. Grayscale: #C7C7C7. Windows color (decimal): -408991 or 6406905. OLE color: 6406905.

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

Color convert

RGB24919497-
CMYK00.220.610.02
HSL38.29º92.68%67.84%-
HSV(B)38.29º61.04%97.65%-
XYZ60.5259.5919.62-
YUV199.3970.22163.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 97 (38.28% from 255) = 17.96%
R=46.11%
G=35.93%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491949700.220.610.0238.2992.6867.84
HexF9C2610163D2265d44
Octal37130214102675246135104
Binary111110011100001011000010101101111011010011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C261; }

 p { color: rgb(249,194,97); }

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

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

 a { background-color: rgb(249,194,97); }

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

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

 span { border-color: rgb(249,194,97); }

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