#F38C42

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

Shades of Flamenco #F38C42

Tints of Flamenco #F38C42

Color information

#F38C42 (or 0xF38C42) is unknown color: approx Flamenco. HEX triplet: F3, 8C and 42. RGB value is (243,140,66). Sum of RGB (Red+Green+Blue) = 243+140+66=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C42 is #0C73BD. Grayscale: #A2A2A2. Windows color (decimal): -816062 or 4361459. OLE color: 4361459.

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

Color convert

RGB24314066-
CMYK00.420.730.05
HSL25.08º88.06%60.59%-
HSV(B)25.08º72.84%95.29%-
XYZ47.3238.210.03-
YUV162.3673.62185.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.12%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 66 (26.17% from 255) = 14.70%
R=54.12%
G=31.18%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431406600.420.730.0525.0888.0660.59
HexF38C4202A49519583d
Octal36321410205211153113075
Binary1111001110001100100001001010101001001101110011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38C42; }

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

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

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

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

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

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

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

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