#FD9362

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

Shades of Atomic Tangerine #FD9362

Tints of Atomic Tangerine #FD9362

Color information

#FD9362 (or 0xFD9362) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 93 and 62. RGB value is (253,147,98). Sum of RGB (Red+Green+Blue) = 253+147+98=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9362 is #026C9D. Grayscale: #ADADAD. Windows color (decimal): -158878 or 6460413. OLE color: 6460413.

HSL color Cylindrical-coordinate representation of color #FD9362: hue angle of 18.97º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD9362 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB25314798-
CMYK00.420.610.01
HSL18.97º97.48%68.82%-
HSV(B)18.97º61.26%99.22%-
XYZ53.1542.6316.98-
YUV173.1185.62184.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 98 (38.67% from 255) = 19.68%
R=50.80%
G=29.52%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531479800.420.610.0118.9797.4868.82
HexFD936202A3D1136145
Octal37522314205275123141105
Binary11111101100100111100010010101011110111001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9362; }

 p { color: rgb(253,147,98); }

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

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

 a { background-color: rgb(253,147,98); }

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

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

 span { border-color: rgb(253,147,98); }

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