#F99144

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

Shades of Sea Buckthorn #F99144

Tints of Sea Buckthorn #F99144

Color information

#F99144 (or 0xF99144) is unknown color: approx Sea Buckthorn. HEX triplet: F9, 91 and 44. RGB value is (249,145,68). Sum of RGB (Red+Green+Blue) = 249+145+68=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F99144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99144 is #066EBB. Grayscale: #A7A7A7. Windows color (decimal): -421564 or 4493817. OLE color: 4493817.

HSL color Cylindrical-coordinate representation of color #F99144: hue angle of 25.52º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F99144 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB24914568-
CMYK00.420.730.02
HSL25.52º93.78%62.16%-
HSV(B)25.52º72.69%97.65%-
XYZ50.2440.8110.7-
YUV167.3271.96186.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.90%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 68 (26.95% from 255) = 14.72%
R=53.90%
G=31.39%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491456800.420.730.0225.5293.7862.16
HexF9914402A4921a5e3e
Octal37122110405211123213676
Binary111110011001000110001000101010100100110110101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99144; }

 p { color: rgb(249,145,68); }

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

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

 a { background-color: rgb(249,145,68); }

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

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

 span { border-color: rgb(249,145,68); }

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