#F1994D

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

Shades of Sea Buckthorn #F1994D

Tints of Sea Buckthorn #F1994D

Color information

#F1994D (or 0xF1994D) is unknown color: approx Sea Buckthorn. HEX triplet: F1, 99 and 4D. RGB value is (241,153,77). Sum of RGB (Red+Green+Blue) = 241+153+77=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1994D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1994D is #0E66B2. Grayscale: #ABABAB. Windows color (decimal): -943795 or 5085681. OLE color: 5085681.

HSL color Cylindrical-coordinate representation of color #F1994D: hue angle of 27.8º 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 #F1994D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24115377-
CMYK00.370.680.05
HSL27.8º85.42%62.35%-
HSV(B)27.8º68.05%94.51%-
XYZ49.0142.0212.55-
YUV170.6575.15178.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 77 (30.47% from 255) = 16.35%
R=51.17%
G=32.48%
B=16.35%

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
Decimal2411537700.370.680.0527.885.4262.35
HexF1994D0254451c553e
Octal36123111504510453412576
Binary1111000110011001100110101001011000100101111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1994D; }

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

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

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

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

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

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

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

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