#f09150

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

Shades of Sea Buckthorn #F09150

Tints of Sea Buckthorn #F09150

Color information

#F09150 (or 0xF09150) is unknown color: approx Sea Buckthorn. HEX triplet: F0, 91 and 50. RGB value is (240,145,80). Sum of RGB (Red+Green+Blue) = 240+145+80=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F09150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09150 is #0F6EAF. Grayscale: #A6A6A6. Windows color (decimal): -1011376 or 5280240. OLE color: 5280240.

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

Color convert

RGB24014580-
CMYK00.400.670.06
HSL24.38º84.21%62.75%-
HSV(B)24.38º66.67%94.12%-
XYZ47.5139.3612.68-
YUV16679.47180.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=51.61%
G=31.18%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401458000.400.670.0624.3884.2162.75
HexF0915002843618543f
Octal36022112005010363012477
Binary1111000010010001101000001010001000011110110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f09150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f09150; }

 p { color: rgb(240,145,80); }

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

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

 a { background-color: rgb(240,145,80); }

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

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

 span { border-color: rgb(240,145,80); }

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