#F27F41

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

Shades of Flamenco #F27F41

Tints of Flamenco #F27F41

Color information

#F27F41 (or 0xF27F41) is unknown color: approx Flamenco. HEX triplet: F2, 7F and 41. RGB value is (242,127,65). Sum of RGB (Red+Green+Blue) = 242+127+65=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27F41 is #0D80BE. Grayscale: #9A9A9A. Windows color (decimal): -884927 or 4292594. OLE color: 4292594.

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

Color convert

RGB24212765-
CMYK00.480.730.05
HSL21.02º87.19%60.2%-
HSV(B)21.02º73.14%94.9%-
XYZ45.1634.449.27-
YUV154.3277.6190.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.76%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=55.76%
G=29.26%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421276500.480.730.0521.0287.1960.2
HexF27F4103049515573c
Octal36217710106011152512774
Binary111100101111111100000101100001001001101101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27F41; }

 p { color: rgb(242,127,65); }

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

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

 a { background-color: rgb(242,127,65); }

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

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

 span { border-color: rgb(242,127,65); }

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