#F2973F

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

Shades of Sea Buckthorn #F2973F

Tints of Sea Buckthorn #F2973F

Color information

#F2973F (or 0xF2973F) is unknown color: approx Sea Buckthorn. HEX triplet: F2, 97 and 3F. RGB value is (242,151,63). Sum of RGB (Red+Green+Blue) = 242+151+63=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2973F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2973F is #0D68C0. Grayscale: #A8A8A8. Windows color (decimal): -878785 or 4167666. OLE color: 4167666.

HSL color Cylindrical-coordinate representation of color #F2973F: hue angle of 29.5º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2973F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24215163-
CMYK00.380.740.05
HSL29.5º87.32%59.8%-
HSV(B)29.5º73.97%94.9%-
XYZ48.5841.3710.13-
YUV168.1868.65180.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.07%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 63 (25% from 255) = 13.82%
R=53.07%
G=33.11%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421516300.380.740.0529.587.3259.8
HexF2973F0264A51d573c
Octal3622277704611253512774
Binary111100101001011111111101001101001010101111011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2973F; }

 p { color: rgb(242,151,63); }

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

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

 a { background-color: rgb(242,151,63); }

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

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

 span { border-color: rgb(242,151,63); }

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