#F28443

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

Shades of Flamenco #F28443

Tints of Flamenco #F28443

Color information

#F28443 (or 0xF28443) is unknown color: approx Flamenco. HEX triplet: F2, 84 and 43. RGB value is (242,132,67). Sum of RGB (Red+Green+Blue) = 242+132+67=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F28443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28443 is #0D7BBC. Grayscale: #9D9D9D. Windows color (decimal): -883645 or 4424946. OLE color: 4424946.

HSL color Cylindrical-coordinate representation of color #F28443: hue angle of 22.29º degrees, saturation: 0.87, 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 #F28443 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB24213267-
CMYK00.450.720.05
HSL22.29º87.06%60.59%-
HSV(B)22.29º72.31%94.9%-
XYZ45.8835.799.8-
YUV157.4876.94188.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.88%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 67 (26.56% from 255) = 15.19%
R=54.88%
G=29.93%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421326700.450.720.0522.2987.0660.59
HexF2844302D48516573d
Octal36220410305511052612775
Binary1111001010000100100001101011011001000101101101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28443; }

 p { color: rgb(242,132,67); }

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

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

 a { background-color: rgb(242,132,67); }

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

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

 span { border-color: rgb(242,132,67); }

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