#F1994A

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

Shades of Sea Buckthorn #F1994A

Tints of Sea Buckthorn #F1994A

Color information

#F1994A (or 0xF1994A) is unknown color: approx Sea Buckthorn. HEX triplet: F1, 99 and 4A. RGB value is (241,153,74). Sum of RGB (Red+Green+Blue) = 241+153+74=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1994A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1994A is #0E66B5. Grayscale: #AAAAAA. Windows color (decimal): -943798 or 4889073. OLE color: 4889073.

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

Color convert

RGB24115374-
CMYK00.370.690.05
HSL28.38º85.64%61.76%-
HSV(B)28.38º69.29%94.51%-
XYZ48.941.9812-
YUV170.3173.65178.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.50%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 74 (29.30% from 255) = 15.81%
R=51.50%
G=32.69%
B=15.81%

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
Decimal2411537400.370.690.0528.3885.6461.76
HexF1994A0254551c563e
Octal36123111204510553412676
Binary1111000110011001100101001001011000101101111001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1994A; }

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

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

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

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

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

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

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

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