#F8803E

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

Shades of Flamenco #F8803E

Tints of Flamenco #F8803E

Color information

#F8803E (or 0xF8803E) is unknown color: approx Flamenco. HEX triplet: F8, 80 and 3E. RGB value is (248,128,62). Sum of RGB (Red+Green+Blue) = 248+128+62=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8803E is #077FC1. Grayscale: #9C9C9C. Windows color (decimal): -491458 or 4096248. OLE color: 4096248.

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

Color convert

RGB24812862-
CMYK00.480.750.03
HSL21.29º93%60.78%-
HSV(B)21.29º75%97.25%-
XYZ47.335.748.96-
YUV156.3674.76193.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.62%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 62 (24.61% from 255) = 14.16%
R=56.62%
G=29.22%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481286200.480.750.0321.299360.78
HexF8803E0304B3155d3d
Octal3702007606011332513575
Binary11111000100000001111100110000100101111101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8803E; }

 p { color: rgb(248,128,62); }

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

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

 a { background-color: rgb(248,128,62); }

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

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

 span { border-color: rgb(248,128,62); }

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