#F2883F

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

Shades of Flamenco #F2883F

Tints of Flamenco #F2883F

Color information

#F2883F (or 0xF2883F) is unknown color: approx Flamenco. HEX triplet: F2, 88 and 3F. RGB value is (242,136,63). Sum of RGB (Red+Green+Blue) = 242+136+63=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2883F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2883F is #0D77C0. Grayscale: #9F9F9F. Windows color (decimal): -882625 or 4163826. OLE color: 4163826.

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

Color convert

RGB24213663-
CMYK00.440.740.05
HSL24.47º87.32%59.8%-
HSV(B)24.47º73.97%94.9%-
XYZ46.3236.849.37-
YUV159.3773.62186.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.88%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 63 (25% from 255) = 14.29%
R=54.88%
G=30.84%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421366300.440.740.0524.4787.3259.8
HexF2883F02C4A518573c
Octal3622107705411253012774
Binary111100101000100011111101011001001010101110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2883F; }

 p { color: rgb(242,136,63); }

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

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

 a { background-color: rgb(242,136,63); }

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

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

 span { border-color: rgb(242,136,63); }

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