#F2B866

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

Shades of Harvest Gold #F2B866

Tints of Harvest Gold #F2B866

Color information

#F2B866 (or 0xF2B866) is unknown color: approx Harvest Gold. HEX triplet: F2, B8 and 66. RGB value is (242,184,102). Sum of RGB (Red+Green+Blue) = 242+184+102=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B866 is #0D4799. Grayscale: #C0C0C0. Windows color (decimal): -870298 or 6732018. OLE color: 6732018.

HSL color Cylindrical-coordinate representation of color #F2B866: hue angle of 35.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2B866 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242184102-
CMYK00.240.580.05
HSL35.14º84.34%67.45%-
HSV(B)35.14º57.85%94.9%-
XYZ56.1654.1220.06-
YUV191.9977.22163.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.83%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 102 (40.23% from 255) = 19.32%
R=45.83%
G=34.85%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218410200.240.580.0535.1484.3467.45
HexF2B8660183A5235443
Octal36227014603072543124103
Binary1111001010111000110011001100011101010110001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B866; }

 p { color: rgb(242,184,102); }

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

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

 a { background-color: rgb(242,184,102); }

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

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

 span { border-color: rgb(242,184,102); }

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