#F8843F

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

Shades of Flamenco #F8843F

Tints of Flamenco #F8843F

Color information

#F8843F (or 0xF8843F) is unknown color: approx Flamenco. HEX triplet: F8, 84 and 3F. RGB value is (248,132,63). Sum of RGB (Red+Green+Blue) = 248+132+63=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F8843F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8843F is #077BC0. Grayscale: #9F9F9F. Windows color (decimal): -490433 or 4162808. OLE color: 4162808.

HSL color Cylindrical-coordinate representation of color #F8843F: hue angle of 22.38º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8843F is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB24813263-
CMYK00.470.750.03
HSL22.38º92.96%60.98%-
HSV(B)22.38º74.6%97.25%-
XYZ47.8636.829.29-
YUV158.8273.93191.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.98%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 63 (25% from 255) = 14.22%
R=55.98%
G=29.80%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481326300.470.750.0322.3892.9660.98
HexF8843F02F4B3165d3d
Octal3702047705711332613575
Binary11111000100001001111110101111100101111101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8843F; }

 p { color: rgb(248,132,63); }

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

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

 a { background-color: rgb(248,132,63); }

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

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

 span { border-color: rgb(248,132,63); }

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