#fa8441

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

Shades of Flamenco #FA8441

Tints of Flamenco #FA8441

Color information

#FA8441 (or 0xFA8441) is unknown color: approx Flamenco. HEX triplet: FA, 84 and 41. RGB value is (250,132,65). Sum of RGB (Red+Green+Blue) = 250+132+65=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8441 is #057BBE. Grayscale: #A0A0A0. Windows color (decimal): -359359 or 4293882. OLE color: 4293882.

HSL color Cylindrical-coordinate representation of color #FA8441: hue angle of 21.73º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA8441 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25013265-
CMYK00.470.740.02
HSL21.73º94.87%61.76%-
HSV(B)21.73º74%98.04%-
XYZ48.6337.219.62-
YUV159.6474.59192.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.93%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 65 (25.78% from 255) = 14.54%
R=55.93%
G=29.53%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501326500.470.740.0221.7394.8761.76
HexFA844102F4A2165f3e
Octal37220410105711222613776
Binary111110101000010010000010101111100101010101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa8441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa8441; }

 p { color: rgb(250,132,65); }

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

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

 a { background-color: rgb(250,132,65); }

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

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

 span { border-color: rgb(250,132,65); }

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