#F2C867

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

Shades of Golden Sand #F2C867

Tints of Golden Sand #F2C867

Color information

#F2C867 (or 0xF2C867) is unknown color: approx Golden Sand. HEX triplet: F2, C8 and 67. RGB value is (242,200,103). Sum of RGB (Red+Green+Blue) = 242+200+103=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C867 is #0D3798. Grayscale: #C9C9C9. Windows color (decimal): -866201 or 6801650. OLE color: 6801650.

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

Color convert

RGB242200103-
CMYK00.170.570.05
HSL41.87º84.24%67.65%-
HSV(B)41.87º57.44%94.9%-
XYZ59.7261.1721.49-
YUV201.572.41156.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 103 (40.62% from 255) = 18.90%
R=44.40%
G=36.70%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220010300.170.570.0541.8784.2467.65
HexF2C8670113952a5444
Octal36231014702171552124104
Binary1111001011001000110011101000111100110110101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C867; }

 p { color: rgb(242,200,103); }

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

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

 a { background-color: rgb(242,200,103); }

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

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

 span { border-color: rgb(242,200,103); }

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