#F1874A

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

Shades of Flamenco #F1874A

Tints of Flamenco #F1874A

Color information

#F1874A (or 0xF1874A) is unknown color: approx Flamenco. HEX triplet: F1, 87 and 4A. RGB value is (241,135,74). Sum of RGB (Red+Green+Blue) = 241+135+74=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1874A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1874A is #0E78B5. Grayscale: #A0A0A0. Windows color (decimal): -948406 or 4884465. OLE color: 4884465.

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

Color convert

RGB24113574-
CMYK00.440.690.05
HSL21.92º85.64%61.76%-
HSV(B)21.92º69.29%94.51%-
XYZ46.1836.5211.09-
YUV159.7479.62185.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 74 (29.30% from 255) = 16.44%
R=53.56%
G=30%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411357400.440.690.0521.9285.6461.76
HexF1874A02C45516563e
Octal36120711205410552612676
Binary1111000110000111100101001011001000101101101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1874A; }

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

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

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

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

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

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

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

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