Html Css Color HEX #FF9460 Atomic Tangerine

📋 copy color: '#FF9460'

red 255 ◦ green 148 ◦ blue 96

#FF9460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic Tangerine #FF9460

Tints of Atomic Tangerine #FF9460

RGB

 RED value IS 255 (100% from 255) = 51.1%

 GREEN value IS 148 (58.2% from 255) = 29.66%

 BLUE value IS 96 (37.89% from 255) = 19.24%

R = 51.1%
G = 29.66%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF9460 (or 0xFF9460) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 60. RGB value is (255,148,96). Sum of RGB (Red+Green+Blue) = 255+148+96=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9460 is #006B9F. Grayscale: #AEAEAE. Windows color (decimal): -27552 or 6329599. OLE color: 6329599.

HSL color Cylindrical-coordinate representation of color #FF9460: hue angle of 19.62º 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 #FF9460 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 148 96 -
CMYK 0 0.42 0.62 0
HSL 19.62º 1% 0.69% -
HSV(B) 19.62º 0.62% 1% -
XYZ 53.94 43.28 16.58 -
YUV 174.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 255 148 96 0 0.42 0.62 0 19.62 1 0.69
Hex FF 94 60 0 2A 3E 0 14 64 45
Octal 377 224 140 0 52 76 0 24 144 105
Binary 11111111 10010100 1100000 0 101010 111110 0 10100 1100100 1000101

Color Harmonies of #FF9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9460

Black with #FF9460

Text Example


Text Example

White with #FF9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9460; }

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

 H1.HeaderClassName
 {
   color: #FF9460;
 }
 .AnyTagClassName
 {
   color: #FF9460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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