#F18C45

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

Shades of Flamenco #F18C45

Tints of Flamenco #F18C45

Color information

#F18C45 (or 0xF18C45) is unknown color: approx Flamenco. HEX triplet: F1, 8C and 45. RGB value is (241,140,69). Sum of RGB (Red+Green+Blue) = 241+140+69=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C45 is #0E73BA. Grayscale: #A2A2A2. Windows color (decimal): -947131 or 4558065. OLE color: 4558065.

HSL color Cylindrical-coordinate representation of color #F18C45: hue angle of 24.77º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F18C45 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24114069-
CMYK00.420.710.05
HSL24.77º86%60.78%-
HSV(B)24.77º71.37%94.51%-
XYZ46.7337.8910.48-
YUV162.175.46184.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=53.56%
G=31.11%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411406900.420.710.0524.778660.78
HexF18C4502A47519563d
Octal36121410505210753112675
Binary1111000110001100100010101010101000111101110011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C45; }

 p { color: rgb(241,140,69); }

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

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

 a { background-color: rgb(241,140,69); }

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

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

 span { border-color: rgb(241,140,69); }

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