#F5925E

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

Shades of Atomic Tangerine #F5925E

Tints of Atomic Tangerine #F5925E

Color information

#F5925E (or 0xF5925E) is unknown color: approx Atomic Tangerine. HEX triplet: F5, 92 and 5E. RGB value is (245,146,94). Sum of RGB (Red+Green+Blue) = 245+146+94=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5925E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5925E is #0A6DA1. Grayscale: #A9A9A9. Windows color (decimal): -683426 or 6198005. OLE color: 6198005.

HSL color Cylindrical-coordinate representation of color #F5925E: hue angle of 20.66º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5925E is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24514694-
CMYK00.400.620.04
HSL20.66º88.3%66.47%-
HSV(B)20.66º61.63%96.08%-
XYZ49.9640.7815.83-
YUV169.6785.3181.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 94 (37.11% from 255) = 19.38%
R=50.52%
G=30.10%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451469400.400.620.0420.6688.366.47
HexF5925E0283E4155842
Octal36522213605076425130102
Binary1111010110010010101111001010001111101001010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5925E; }

 p { color: rgb(245,146,94); }

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

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

 a { background-color: rgb(245,146,94); }

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

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

 span { border-color: rgb(245,146,94); }

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