#F87E3F

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

Shades of Flamenco #F87E3F

Tints of Flamenco #F87E3F

Color information

#F87E3F (or 0xF87E3F) is unknown color: approx Flamenco. HEX triplet: F8, 7E and 3F. RGB value is (248,126,63). Sum of RGB (Red+Green+Blue) = 248+126+63=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F87E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87E3F is #0781C0. Grayscale: #9B9B9B. Windows color (decimal): -491969 or 4161272. OLE color: 4161272.

HSL color Cylindrical-coordinate representation of color #F87E3F: hue angle of 20.43º 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 #F87E3F is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB24812663-
CMYK00.490.750.03
HSL20.43º92.96%60.98%-
HSV(B)20.43º74.6%97.25%-
XYZ47.0735.249.02-
YUV155.375.92194.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.75%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 63 (25% from 255) = 14.42%
R=56.75%
G=28.83%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481266300.490.750.0320.4392.9660.98
HexF87E3F0314B3145d3d
Octal3701767706111332413575
Binary1111100011111101111110110001100101111101001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87E3F; }

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

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

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

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

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

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

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

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