#F1984D

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

Shades of Sea Buckthorn #F1984D

Tints of Sea Buckthorn #F1984D

Color information

#F1984D (or 0xF1984D) is unknown color: approx Sea Buckthorn. HEX triplet: F1, 98 and 4D. RGB value is (241,152,77). Sum of RGB (Red+Green+Blue) = 241+152+77=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1984D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1984D is #0E67B2. Grayscale: #AAAAAA. Windows color (decimal): -944051 or 5085425. OLE color: 5085425.

HSL color Cylindrical-coordinate representation of color #F1984D: hue angle of 27.44º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1984D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24115277-
CMYK00.370.680.05
HSL27.44º85.42%62.35%-
HSV(B)27.44º68.05%94.51%-
XYZ48.8441.6912.49-
YUV170.0675.49178.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.28%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 77 (30.47% from 255) = 16.38%
R=51.28%
G=32.34%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411527700.370.680.0527.4485.4262.35
HexF1984D0254451b553e
Octal36123011504510453312576
Binary1111000110011000100110101001011000100101110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1984D; }

 p { color: rgb(241,152,77); }

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

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

 a { background-color: rgb(241,152,77); }

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

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

 span { border-color: rgb(241,152,77); }

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