#FB9141

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

Shades of Sea Buckthorn #FB9141

Tints of Sea Buckthorn #FB9141

Color information

#FB9141 (or 0xFB9141) is unknown color: approx Sea Buckthorn. HEX triplet: FB, 91 and 41. RGB value is (251,145,65). Sum of RGB (Red+Green+Blue) = 251+145+65=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9141 is #046EBE. Grayscale: #A8A8A8. Windows color (decimal): -290495 or 4297211. OLE color: 4297211.

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

Color convert

RGB25114565-
CMYK00.420.740.02
HSL25.81º95.88%61.96%-
HSV(B)25.81º74.1%98.43%-
XYZ50.8641.1410.26-
YUV167.5770.12187.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.45%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 65 (25.78% from 255) = 14.10%
R=54.45%
G=31.45%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511456500.420.740.0225.8195.8861.96
HexFB914102A4A21a603e
Octal37322110105211223214076
Binary111110111001000110000010101010100101010110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9141; }

 p { color: rgb(251,145,65); }

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

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

 a { background-color: rgb(251,145,65); }

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

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

 span { border-color: rgb(251,145,65); }

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