#F0BF68

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

Shades of Harvest Gold #F0BF68

Tints of Harvest Gold #F0BF68

Color information

#F0BF68 (or 0xF0BF68) is unknown color: approx Harvest Gold. HEX triplet: F0, BF and 68. RGB value is (240,191,104). Sum of RGB (Red+Green+Blue) = 240+191+104=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF68 is #0F4097. Grayscale: #C4C4C4. Windows color (decimal): -999576 or 6864880. OLE color: 6864880.

HSL color Cylindrical-coordinate representation of color #F0BF68: hue angle of 38.38º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0BF68 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB240191104-
CMYK00.200.570.06
HSL38.38º81.93%67.45%-
HSV(B)38.38º56.67%94.12%-
XYZ57.0656.7921.05-
YUV195.7376.23159.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 104 (41.02% from 255) = 19.44%
R=44.86%
G=35.70%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019110400.200.570.0638.3881.9367.45
HexF0BF68014396265243
Octal36027715002471646122103
Binary1111000010111111110100001010011100111010011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF68; }

 p { color: rgb(240,191,104); }

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

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

 a { background-color: rgb(240,191,104); }

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

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

 span { border-color: rgb(240,191,104); }

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