#FF9462

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

Shades of Atomic Tangerine #FF9462

Tints of Atomic Tangerine #FF9462

Color information

#FF9462 (or 0xFF9462) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 94 and 62. RGB value is (255,148,98). Sum of RGB (Red+Green+Blue) = 255+148+98=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9462 is #006B9D. Grayscale: #AEAEAE. Windows color (decimal): -27550 or 6460671. OLE color: 6460671.

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

Color convert

RGB25514898-
CMYK00.420.620
HSL19.11º100%69.22%-
HSV(B)19.11º61.57%100%-
XYZ54.0343.3217.07-
YUV174.2984.95185.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=50.90%
G=29.54%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551489800.420.62019.1110069.22
HexFF946202A3E0136445
Octal37722414205276023144105
Binary11111111100101001100010010101011111001001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9462; }

 p { color: rgb(255,148,98); }

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

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

 a { background-color: rgb(255,148,98); }

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

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

 span { border-color: rgb(255,148,98); }

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