#F98945

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

Shades of Flamenco #F98945

Tints of Flamenco #F98945

Color information

#F98945 (or 0xF98945) is unknown color: approx Flamenco. HEX triplet: F9, 89 and 45. RGB value is (249,137,69). Sum of RGB (Red+Green+Blue) = 249+137+69=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F98945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98945 is #0676BA. Grayscale: #A3A3A3. Windows color (decimal): -423611 or 4557305. OLE color: 4557305.

HSL color Cylindrical-coordinate representation of color #F98945: hue angle of 22.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F98945 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB24913769-
CMYK00.450.720.02
HSL22.67º93.75%62.35%-
HSV(B)22.67º72.29%97.65%-
XYZ49.0938.4610.47-
YUV162.7475.11189.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.73%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 69 (27.34% from 255) = 15.16%
R=54.73%
G=30.11%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491376900.450.720.0222.6793.7562.35
HexF9894502D482175e3e
Octal37121110505511022713676
Binary111110011000100110001010101101100100010101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98945; }

 p { color: rgb(249,137,69); }

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

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

 a { background-color: rgb(249,137,69); }

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

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

 span { border-color: rgb(249,137,69); }

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