#F1914C

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

Shades of Sea Buckthorn #F1914C

Tints of Sea Buckthorn #F1914C

Color information

#F1914C (or 0xF1914C) is unknown color: approx Sea Buckthorn. HEX triplet: F1, 91 and 4C. RGB value is (241,145,76). Sum of RGB (Red+Green+Blue) = 241+145+76=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1914C is #0E6EB3. Grayscale: #A6A6A6. Windows color (decimal): -945844 or 5018097. OLE color: 5018097.

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

Color convert

RGB24114576-
CMYK00.400.680.05
HSL25.09º85.49%62.16%-
HSV(B)25.09º68.46%94.51%-
XYZ47.7139.4711.94-
YUV165.8477.3181.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 76 (30.08% from 255) = 16.45%
R=52.16%
G=31.39%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411457600.400.680.0525.0985.4962.16
HexF1914C02844519553e
Octal36122111405010453112576
Binary1111000110010001100110001010001000100101110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1914C; }

 p { color: rgb(241,145,76); }

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

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

 a { background-color: rgb(241,145,76); }

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

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

 span { border-color: rgb(241,145,76); }

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