#F28745

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

Shades of Flamenco #F28745

Tints of Flamenco #F28745

Color information

#F28745 (or 0xF28745) is unknown color: approx Flamenco. HEX triplet: F2, 87 and 45. RGB value is (242,135,69). Sum of RGB (Red+Green+Blue) = 242+135+69=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28745 is #0D78BA. Grayscale: #9F9F9F. Windows color (decimal): -882875 or 4556786. OLE color: 4556786.

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

Color convert

RGB24213569-
CMYK00.440.710.05
HSL22.89º86.93%60.98%-
HSV(B)22.89º71.49%94.9%-
XYZ46.3636.6310.26-
YUV159.4776.95186.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 69 (27.34% from 255) = 15.47%
R=54.26%
G=30.27%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421356900.440.710.0522.8986.9360.98
HexF2874502C47517573d
Octal36220710505410752712775
Binary1111001010000111100010101011001000111101101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28745; }

 p { color: rgb(242,135,69); }

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

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

 a { background-color: rgb(242,135,69); }

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

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

 span { border-color: rgb(242,135,69); }

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