#FA8341

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

Shades of Flamenco #FA8341

Tints of Flamenco #FA8341

Color information

#FA8341 (or 0xFA8341) is unknown color: approx Flamenco. HEX triplet: FA, 83 and 41. RGB value is (250,131,65). Sum of RGB (Red+Green+Blue) = 250+131+65=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8341 is #057CBE. Grayscale: #9F9F9F. Windows color (decimal): -359615 or 4293626. OLE color: 4293626.

HSL color Cylindrical-coordinate representation of color #FA8341: hue angle of 21.41º 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 #FA8341 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25013165-
CMYK00.480.740.02
HSL21.41º94.87%61.76%-
HSV(B)21.41º74%98.04%-
XYZ48.4936.949.57-
YUV159.0674.92192.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.05%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 65 (25.78% from 255) = 14.57%
R=56.05%
G=29.37%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501316500.480.740.0221.4194.8761.76
HexFA83410304A2155f3e
Octal37220310106011222513776
Binary111110101000001110000010110000100101010101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8341; }

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

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

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

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

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

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

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

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