#F08D4A

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

Shades of Sea Buckthorn #F08D4A

Tints of Sea Buckthorn #F08D4A

Color information

#F08D4A (or 0xF08D4A) is unknown color: approx Sea Buckthorn. HEX triplet: F0, 8D and 4A. RGB value is (240,141,74). Sum of RGB (Red+Green+Blue) = 240+141+74=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D4A is #0F72B5. Grayscale: #A3A3A3. Windows color (decimal): -1012406 or 4886000. OLE color: 4886000.

HSL color Cylindrical-coordinate representation of color #F08D4A: hue angle of 24.22º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F08D4A is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB24014174-
CMYK00.410.690.06
HSL24.22º84.69%61.57%-
HSV(B)24.22º69.17%94.12%-
XYZ46.738.0711.37-
YUV162.9677.8182.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 74 (29.30% from 255) = 16.26%
R=52.75%
G=30.99%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401417400.410.690.0624.2284.6961.57
HexF08D4A02945618553e
Octal36021511205110563012576
Binary1111000010001101100101001010011000101110110001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08D4A; }

 p { color: rgb(240,141,74); }

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

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

 a { background-color: rgb(240,141,74); }

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

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

 span { border-color: rgb(240,141,74); }

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