#F0954A

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

Shades of Sea Buckthorn #F0954A

Tints of Sea Buckthorn #F0954A

Color information

#F0954A (or 0xF0954A) is unknown color: approx Sea Buckthorn. HEX triplet: F0, 95 and 4A. RGB value is (240,149,74). Sum of RGB (Red+Green+Blue) = 240+149+74=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0954A is #0F6AB5. Grayscale: #A8A8A8. Windows color (decimal): -1010358 or 4888048. OLE color: 4888048.

HSL color Cylindrical-coordinate representation of color #F0954A: hue angle of 27.11º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0954A is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB24014974-
CMYK00.380.690.06
HSL27.11º84.69%61.57%-
HSV(B)27.11º69.17%94.12%-
XYZ47.9240.5111.77-
YUV167.6675.15179.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.84%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=51.84%
G=32.18%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401497400.380.690.0627.1184.6961.57
HexF0954A0264561b553e
Octal36022511204610563312576
Binary1111000010010101100101001001101000101110110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0954A; }

 p { color: rgb(240,149,74); }

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

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

 a { background-color: rgb(240,149,74); }

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

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

 span { border-color: rgb(240,149,74); }

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