#F29655

Color #F29655 Sea Buckthorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Buckthorn #F29655

Tints of Sea Buckthorn #F29655

Color information

#F29655 (or 0xF29655) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 96 and 55. RGB value is (242,150,85). Sum of RGB (Red+Green+Blue) = 242+150+85=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F29655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29655 is #0D69AA. Grayscale: #AAAAAA. Windows color (decimal): -879019 or 5609202. OLE color: 5609202.

HSL color Cylindrical-coordinate representation of color #F29655: hue angle of 24.84º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F29655 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24215085-
CMYK00.380.650.05
HSL24.84º85.79%64.12%-
HSV(B)24.84º64.88%94.9%-
XYZ49.1641.3513.98-
YUV170.179.98179.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.73%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=50.73%
G=31.45%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421508500.380.650.0524.8485.7964.12
HexF29655026415195640
Octal362226125046101531126100
Binary11110010100101101010101010011010000011011100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29655; }

 p { color: rgb(242,150,85); }

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

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

 a { background-color: rgb(242,150,85); }

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

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

 span { border-color: rgb(242,150,85); }

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