#f2994c

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

Shades of Sea Buckthorn #F2994C

Tints of Sea Buckthorn #F2994C

Color information

#F2994C (or 0xF2994C) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 99 and 4C. RGB value is (242,153,76). Sum of RGB (Red+Green+Blue) = 242+153+76=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2994C is #0D66B3. Grayscale: #ABABAB. Windows color (decimal): -878260 or 5020146. OLE color: 5020146.

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

Color convert

RGB24215376-
CMYK00.370.690.05
HSL27.83º86.46%62.35%-
HSV(B)27.83º68.6%94.9%-
XYZ49.3142.1812.38-
YUV170.8374.49178.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.38%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=51.38%
G=32.48%
B=16.14%

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
Decimal2421537600.370.690.0527.8386.4662.35
HexF2994C0254551c563e
Octal36223111404510553412676
Binary1111001010011001100110001001011000101101111001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2994c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2994c; }

 p { color: rgb(242,153,76); }

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

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

 a { background-color: rgb(242,153,76); }

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

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

 span { border-color: rgb(242,153,76); }

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