#F38A46

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

Shades of Flamenco #F38A46

Tints of Flamenco #F38A46

Color information

#F38A46 (or 0xF38A46) is unknown color: approx Flamenco. HEX triplet: F3, 8A and 46. RGB value is (243,138,70). Sum of RGB (Red+Green+Blue) = 243+138+70=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38A46 is #0C75B9. Grayscale: #A2A2A2. Windows color (decimal): -816570 or 4623091. OLE color: 4623091.

HSL color Cylindrical-coordinate representation of color #F38A46: hue angle of 23.58º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F38A46 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24313870-
CMYK00.430.710.05
HSL23.58º87.82%61.37%-
HSV(B)23.58º71.19%95.29%-
XYZ47.1637.6710.58-
YUV161.6476.29186.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.88%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 70 (27.73% from 255) = 15.52%
R=53.88%
G=30.60%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431387000.430.710.0523.5887.8261.37
HexF38A4602B47518583d
Octal36321210605310753013075
Binary1111001110001010100011001010111000111101110001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38A46; }

 p { color: rgb(243,138,70); }

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

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

 a { background-color: rgb(243,138,70); }

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

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

 span { border-color: rgb(243,138,70); }

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