#F27D48

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

Shades of Flamenco #F27D48

Tints of Flamenco #F27D48

Color information

#F27D48 (or 0xF27D48) is unknown color: approx Flamenco. HEX triplet: F2, 7D and 48. RGB value is (242,125,72). Sum of RGB (Red+Green+Blue) = 242+125+72=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27D48 is #0D82B7. Grayscale: #9A9A9A. Windows color (decimal): -885432 or 4750834. OLE color: 4750834.

HSL color Cylindrical-coordinate representation of color #F27D48: hue angle of 18.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F27D48 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24212572-
CMYK00.480.700.05
HSL18.71º86.73%61.57%-
HSV(B)18.71º70.25%94.9%-
XYZ45.1234.0110.32-
YUV153.9481.76190.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=55.13%
G=28.47%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421257200.480.700.0518.7186.7361.57
HexF27D4803046513573e
Octal36217511006010652312776
Binary111100101111101100100001100001000110101100111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27D48; }

 p { color: rgb(242,125,72); }

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

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

 a { background-color: rgb(242,125,72); }

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

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

 span { border-color: rgb(242,125,72); }

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