#F1894A

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

Shades of Flamenco #F1894A

Tints of Flamenco #F1894A

Color information

#F1894A (or 0xF1894A) is unknown color: approx Flamenco. HEX triplet: F1, 89 and 4A. RGB value is (241,137,74). Sum of RGB (Red+Green+Blue) = 241+137+74=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1894A is #0E76B5. Grayscale: #A1A1A1. Windows color (decimal): -947894 or 4884977. OLE color: 4884977.

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

Color convert

RGB24113774-
CMYK00.430.690.05
HSL22.63º85.64%61.76%-
HSV(B)22.63º69.29%94.51%-
XYZ46.4637.0911.19-
YUV160.9178.96185.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.32%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=53.32%
G=30.31%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411377400.430.690.0522.6385.6461.76
HexF1894A02B45517563e
Octal36121111205310552712676
Binary1111000110001001100101001010111000101101101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1894A; }

 p { color: rgb(241,137,74); }

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

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

 a { background-color: rgb(241,137,74); }

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

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

 span { border-color: rgb(241,137,74); }

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