#F67F45

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

Shades of Flamenco #F67F45

Tints of Flamenco #F67F45

Color information

#F67F45 (or 0xF67F45) is unknown color: approx Flamenco. HEX triplet: F6, 7F and 45. RGB value is (246,127,69). Sum of RGB (Red+Green+Blue) = 246+127+69=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67F45 is #0980BA. Grayscale: #9C9C9C. Windows color (decimal): -622779 or 4554742. OLE color: 4554742.

HSL color Cylindrical-coordinate representation of color #F67F45: hue angle of 19.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F67F45 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24612769-
CMYK00.480.720.04
HSL19.66º90.77%61.76%-
HSV(B)19.66º71.95%96.47%-
XYZ46.6735.29.96-
YUV155.9778.92192.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.66%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 69 (27.34% from 255) = 15.61%
R=55.66%
G=28.73%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461276900.480.720.0419.6690.7761.76
HexF67F45030484145b3e
Octal36617710506011042413376
Binary111101101111111100010101100001001000100101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67F45; }

 p { color: rgb(246,127,69); }

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

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

 a { background-color: rgb(246,127,69); }

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

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

 span { border-color: rgb(246,127,69); }

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