#F7945A

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

Shades of Atomic Tangerine #F7945A

Tints of Atomic Tangerine #F7945A

Color information

#F7945A (or 0xF7945A) is unknown color: approx Atomic Tangerine. HEX triplet: F7, 94 and 5A. RGB value is (247,148,90). Sum of RGB (Red+Green+Blue) = 247+148+90=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7945A is #086BA5. Grayscale: #ABABAB. Windows color (decimal): -551846 or 5936375. OLE color: 5936375.

HSL color Cylindrical-coordinate representation of color #F7945A: hue angle of 22.17º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7945A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24714890-
CMYK00.400.640.03
HSL22.17º90.75%66.08%-
HSV(B)22.17º63.56%96.86%-
XYZ50.7941.6915.04-
YUV170.9982.3182.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.93%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 90 (35.55% from 255) = 18.56%
R=50.93%
G=30.52%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471489000.400.640.0322.1790.7566.08
HexF7945A028403165b42
Octal367224132050100326133102
Binary1111011110010100101101001010001000000111011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7945A; }

 p { color: rgb(247,148,90); }

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

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

 a { background-color: rgb(247,148,90); }

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

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

 span { border-color: rgb(247,148,90); }

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