#F0894B

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

Shades of Flamenco #F0894B

Tints of Flamenco #F0894B

Color information

#F0894B (or 0xF0894B) is unknown color: approx Flamenco. HEX triplet: F0, 89 and 4B. RGB value is (240,137,75). Sum of RGB (Red+Green+Blue) = 240+137+75=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0894B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0894B is #0F76B4. Grayscale: #A1A1A1. Windows color (decimal): -1013429 or 4950512. OLE color: 4950512.

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

Color convert

RGB24013775-
CMYK00.430.690.06
HSL22.55º84.62%61.76%-
HSV(B)22.55º68.75%94.12%-
XYZ46.1536.9211.35-
YUV160.7379.62184.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.10%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 75 (29.69% from 255) = 16.59%
R=53.10%
G=30.31%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401377500.430.690.0622.5584.6261.76
HexF0894B02B45617553e
Octal36021111305310562712576
Binary1111000010001001100101101010111000101110101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0894B; }

 p { color: rgb(240,137,75); }

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

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

 a { background-color: rgb(240,137,75); }

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

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

 span { border-color: rgb(240,137,75); }

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