#F9C54D

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

Shades of Golden Tainoi #F9C54D

Tints of Golden Tainoi #F9C54D

Color information

#F9C54D (or 0xF9C54D) is unknown color: approx Golden Tainoi. HEX triplet: F9, C5 and 4D. RGB value is (249,197,77). Sum of RGB (Red+Green+Blue) = 249+197+77=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C54D is #063AB2. Grayscale: #C7C7C7. Windows color (decimal): -408243 or 5096953. OLE color: 5096953.

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

Color convert

RGB24919777-
CMYK00.210.690.02
HSL41.86º93.48%63.92%-
HSV(B)41.86º69.08%97.65%-
XYZ60.3760.6115.54-
YUV198.8759.23163.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.61%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 77 (30.47% from 255) = 14.72%
R=47.61%
G=37.67%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491977700.210.690.0241.8693.4863.92
HexF9C54D0154522a5d40
Octal371305115025105252135100
Binary1111100111000101100110101010110001011010101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C54D; }

 p { color: rgb(249,197,77); }

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

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

 a { background-color: rgb(249,197,77); }

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

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

 span { border-color: rgb(249,197,77); }

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