#F19A50

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

Shades of Sea Buckthorn #F19A50

Tints of Sea Buckthorn #F19A50

Color information

#F19A50 (or 0xF19A50) is unknown color: approx Sea Buckthorn. HEX triplet: F1, 9A and 50. RGB value is (241,154,80). Sum of RGB (Red+Green+Blue) = 241+154+80=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A50 is #0E65AF. Grayscale: #ABABAB. Windows color (decimal): -943536 or 5282545. OLE color: 5282545.

HSL color Cylindrical-coordinate representation of color #F19A50: hue angle of 27.58º degrees, saturation: 0.85, 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 #F19A50 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24115480-
CMYK00.360.670.05
HSL27.58º85.19%62.94%-
HSV(B)27.58º66.8%94.51%-
XYZ49.2842.3913.17-
YUV171.5876.32177.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 80 (31.64% from 255) = 16.84%
R=50.74%
G=32.42%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411548000.360.670.0527.5885.1962.94
HexF19A500244351c553f
Octal36123212004410353412577
Binary1111000110011010101000001001001000011101111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A50; }

 p { color: rgb(241,154,80); }

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

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

 a { background-color: rgb(241,154,80); }

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

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

 span { border-color: rgb(241,154,80); }

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