#F37A42

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

Shades of Flamenco #F37A42

Tints of Flamenco #F37A42

Color information

#F37A42 (or 0xF37A42) is unknown color: approx Flamenco. HEX triplet: F3, 7A and 42. RGB value is (243,122,66). Sum of RGB (Red+Green+Blue) = 243+122+66=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37A42 is #0C85BD. Grayscale: #989898. Windows color (decimal): -820670 or 4356851. OLE color: 4356851.

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

Color convert

RGB24312266-
CMYK00.500.730.05
HSL18.98º88.06%60.59%-
HSV(B)18.98º72.84%95.29%-
XYZ44.9133.379.23-
YUV151.7979.59193.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.38%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 66 (26.17% from 255) = 15.31%
R=56.38%
G=28.31%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431226600.500.730.0518.9888.0660.59
HexF37A4203249513583d
Octal36317210206211152313075
Binary111100111111010100001001100101001001101100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37A42; }

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

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

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

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

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

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

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

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