#F5C05F

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

Shades of Golden Tainoi #F5C05F

Tints of Golden Tainoi #F5C05F

Color information

#F5C05F (or 0xF5C05F) is unknown color: approx Golden Tainoi. HEX triplet: F5, C0 and 5F. RGB value is (245,192,95). Sum of RGB (Red+Green+Blue) = 245+192+95=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C05F is #0A3FA0. Grayscale: #C5C5C5. Windows color (decimal): -671649 or 6275317. OLE color: 6275317.

HSL color Cylindrical-coordinate representation of color #F5C05F: hue angle of 38.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5C05F is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24519295-
CMYK00.220.610.04
HSL38.8º88.24%66.67%-
HSV(B)38.8º61.22%96.08%-
XYZ58.5757.9418.92-
YUV196.7970.56162.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 95 (37.5% from 255) = 17.86%
R=46.05%
G=36.09%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451929500.220.610.0438.888.2466.67
HexF5C05F0163D4275843
Octal36530013702675447130103
Binary1111010111000000101111101011011110110010011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C05F; }

 p { color: rgb(245,192,95); }

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

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

 a { background-color: rgb(245,192,95); }

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

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

 span { border-color: rgb(245,192,95); }

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