#F38C46

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

Shades of Flamenco #F38C46

Tints of Flamenco #F38C46

Color information

#F38C46 (or 0xF38C46) is unknown color: approx Flamenco. HEX triplet: F3, 8C and 46. RGB value is (243,140,70). Sum of RGB (Red+Green+Blue) = 243+140+70=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C46 is #0C73B9. Grayscale: #A3A3A3. Windows color (decimal): -816058 or 4623603. OLE color: 4623603.

HSL color Cylindrical-coordinate representation of color #F38C46: hue angle of 24.28º 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 #F38C46 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24314070-
CMYK00.420.710.05
HSL24.28º87.82%61.37%-
HSV(B)24.28º71.19%95.29%-
XYZ47.4538.2510.68-
YUV162.8275.62185.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.64%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 70 (27.73% from 255) = 15.45%
R=53.64%
G=30.91%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431407000.420.710.0524.2887.8261.37
HexF38C4602A47518583d
Octal36321410605210753013075
Binary1111001110001100100011001010101000111101110001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38C46; }

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

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

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

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

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

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

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

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