#F7803A

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

Shades of Flamenco #F7803A

Tints of Flamenco #F7803A

Color information

#F7803A (or 0xF7803A) is unknown color: approx Flamenco. HEX triplet: F7, 80 and 3A. RGB value is (247,128,58). Sum of RGB (Red+Green+Blue) = 247+128+58=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F7803A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7803A is #087FC5. Grayscale: #9C9C9C. Windows color (decimal): -556998 or 3834103. OLE color: 3834103.

HSL color Cylindrical-coordinate representation of color #F7803A: hue angle of 22.22º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7803A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB24712858-
CMYK00.480.770.03
HSL22.22º92.2%59.8%-
HSV(B)22.22º76.52%96.86%-
XYZ46.8435.528.39-
YUV155.672.92193.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.04%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 58 (23.05% from 255) = 13.39%
R=57.04%
G=29.56%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471285800.480.770.0322.2292.259.8
HexF7803A0304D3165c3c
Octal3672007206011532613474
Binary11110111100000001110100110000100110111101101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7803A; }

 p { color: rgb(247,128,58); }

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

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

 a { background-color: rgb(247,128,58); }

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

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

 span { border-color: rgb(247,128,58); }

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