#F4803F

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

Shades of Flamenco #F4803F

Tints of Flamenco #F4803F

Color information

#F4803F (or 0xF4803F) is unknown color: approx Flamenco. HEX triplet: F4, 80 and 3F. RGB value is (244,128,63). Sum of RGB (Red+Green+Blue) = 244+128+63=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4803F is #0B7FC0. Grayscale: #9B9B9B. Windows color (decimal): -753601 or 4161780. OLE color: 4161780.

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

Color convert

RGB24412863-
CMYK00.480.740.04
HSL21.55º89.16%60.2%-
HSV(B)21.55º74.18%95.69%-
XYZ45.9235.039.04-
YUV155.2775.93191.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.09%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 63 (25% from 255) = 14.48%
R=56.09%
G=29.43%
B=14.48%

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
Decimal2441286300.480.740.0421.5589.1660.2
HexF4803F0304A416593c
Octal3642007706011242613174
Binary111101001000000011111101100001001010100101101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4803F; }

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

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

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

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

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

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

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

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