#F6803F

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

Shades of Flamenco #F6803F

Tints of Flamenco #F6803F

Color information

#F6803F (or 0xF6803F) is unknown color: approx Flamenco. HEX triplet: F6, 80 and 3F. RGB value is (246,128,63). Sum of RGB (Red+Green+Blue) = 246+128+63=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6803F is #097FC0. Grayscale: #9C9C9C. Windows color (decimal): -622529 or 4161782. OLE color: 4161782.

HSL color Cylindrical-coordinate representation of color #F6803F: hue angle of 21.31º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6803F is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24612863-
CMYK00.480.740.04
HSL21.31º91.04%60.59%-
HSV(B)21.31º74.39%96.47%-
XYZ46.6235.399.08-
YUV155.8775.59192.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.29%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 63 (25% from 255) = 14.42%
R=56.29%
G=29.29%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461286300.480.740.0421.3191.0460.59
HexF6803F0304A4155b3d
Octal3662007706011242513375
Binary111101101000000011111101100001001010100101011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6803F; }

 p { color: rgb(246,128,63); }

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

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

 a { background-color: rgb(246,128,63); }

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

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

 span { border-color: rgb(246,128,63); }

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