#F1984A

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

Shades of Sea Buckthorn #F1984A

Tints of Sea Buckthorn #F1984A

Color information

#F1984A (or 0xF1984A) is unknown color: approx Sea Buckthorn. HEX triplet: F1, 98 and 4A. RGB value is (241,152,74). Sum of RGB (Red+Green+Blue) = 241+152+74=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1984A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1984A is #0E67B5. Grayscale: #AAAAAA. Windows color (decimal): -944054 or 4888817. OLE color: 4888817.

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

Color convert

RGB24115274-
CMYK00.370.690.05
HSL28.02º85.64%61.76%-
HSV(B)28.02º69.29%94.51%-
XYZ48.7441.6511.95-
YUV169.7273.99178.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.61%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 74 (29.30% from 255) = 15.85%
R=51.61%
G=32.55%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411527400.370.690.0528.0285.6461.76
HexF1984A0254551c563e
Octal36123011204510553412676
Binary1111000110011000100101001001011000101101111001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1984A; }

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

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

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

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

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

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

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

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