#F38245

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

Shades of Flamenco #F38245

Tints of Flamenco #F38245

Color information

#F38245 (or 0xF38245) is unknown color: approx Flamenco. HEX triplet: F3, 82 and 45. RGB value is (243,130,69). Sum of RGB (Red+Green+Blue) = 243+130+69=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F38245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38245 is #0C7DBA. Grayscale: #9D9D9D. Windows color (decimal): -818619 or 4555507. OLE color: 4555507.

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

Color convert

RGB24313069-
CMYK00.470.720.05
HSL21.03º87.88%61.18%-
HSV(B)21.03º71.6%95.29%-
XYZ46.0235.4510.05-
YUV156.8378.44189.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.98%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 69 (27.34% from 255) = 15.61%
R=54.98%
G=29.41%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431306900.470.720.0521.0387.8861.18
HexF3824502F48515583d
Octal36320210505711052513075
Binary1111001110000010100010101011111001000101101011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38245; }

 p { color: rgb(243,130,69); }

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

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

 a { background-color: rgb(243,130,69); }

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

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

 span { border-color: rgb(243,130,69); }

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