#F5C369

Color #F5C369 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #F5C369

Tints of Harvest Gold #F5C369

Color information

#F5C369 (or 0xF5C369) is unknown color: approx Harvest Gold. HEX triplet: F5, C3 and 69. RGB value is (245,195,105). Sum of RGB (Red+Green+Blue) = 245+195+105=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C369 is #0A3C96. Grayscale: #C8C8C8. Windows color (decimal): -670871 or 6931445. OLE color: 6931445.

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

Color convert

RGB245195105-
CMYK00.200.570.04
HSL38.57º87.5%68.63%-
HSV(B)38.57º57.14%96.08%-
XYZ59.7259.4621.69-
YUV199.6974.56160.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=44.95%
G=35.78%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519510500.200.570.0438.5787.568.63
HexF5C369014394275845
Octal36530315102471447130105
Binary1111010111000011110100101010011100110010011110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C369; }

 p { color: rgb(245,195,105); }

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

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

 a { background-color: rgb(245,195,105); }

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

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

 span { border-color: rgb(245,195,105); }

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