#f29650

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

Shades of Sea Buckthorn #F29650

Tints of Sea Buckthorn #F29650

Color information

#F29650 (or 0xF29650) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 96 and 50. RGB value is (242,150,80). Sum of RGB (Red+Green+Blue) = 242+150+80=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F29650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29650 is #0D69AF. Grayscale: #A9A9A9. Windows color (decimal): -879024 or 5281522. OLE color: 5281522.

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

Color convert

RGB24215080-
CMYK00.380.670.05
HSL25.93º86.17%63.14%-
HSV(B)25.93º66.94%94.9%-
XYZ48.9741.2712.97-
YUV169.5377.48179.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 80 (31.64% from 255) = 16.95%
R=51.27%
G=31.78%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421508000.380.670.0525.9386.1763.14
HexF296500264351a563f
Octal36222612004610353212677
Binary1111001010010110101000001001101000011101110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29650; }

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

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

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

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

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

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

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

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