#F0993E

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

Shades of Sea Buckthorn #F0993E

Tints of Sea Buckthorn #F0993E

Color information

#F0993E (or 0xF0993E) is unknown color: approx Sea Buckthorn. HEX triplet: F0, 99 and 3E. RGB value is (240,153,62). Sum of RGB (Red+Green+Blue) = 240+153+62=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0993E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0993E is #0F66C1. Grayscale: #A9A9A9. Windows color (decimal): -1009346 or 4102640. OLE color: 4102640.

HSL color Cylindrical-coordinate representation of color #F0993E: hue angle of 30.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0993E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB24015362-
CMYK00.360.740.06
HSL30.67º85.58%59.22%-
HSV(B)30.67º74.17%94.12%-
XYZ48.241.6610.06-
YUV168.6467.82178.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 62 (24.61% from 255) = 13.63%
R=52.75%
G=33.63%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401536200.360.740.0630.6785.5859.22
HexF0993E0244A61f563b
Octal3602317604411263712673
Binary111100001001100111111001001001001010110111111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0993E; }

 p { color: rgb(240,153,62); }

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

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

 a { background-color: rgb(240,153,62); }

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

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

 span { border-color: rgb(240,153,62); }

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