Html Css Color HEX #FD9460 Atomic Tangerine

📋 copy color: '#FD9460'

red 253 ◦ green 148 ◦ blue 96

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

Shades of Atomic Tangerine #FD9460

Tints of Atomic Tangerine #FD9460

RGB

 RED value IS 253 (99.22% from 255) = 50.91%

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

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

R = 50.91%
G = 29.78%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD9460 (or 0xFD9460) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 60. RGB value is (253,148,96). Sum of RGB (Red+Green+Blue) = 253+148+96=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9460 is #026B9F. Grayscale: #ADADAD. Windows color (decimal): -158624 or 6329597. OLE color: 6329597.

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

Color convert

RGB 253 148 96 -
CMYK 0 0.42 0.62 0.01
HSL 19.87º 0.98% 0.68% -
HSV(B) 19.87º 0.62% 0.99% -
XYZ 53.21 42.91 16.54 -
YUV 173.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 253 148 96 0 0.42 0.62 0.01 19.87 0.98 0.68
Hex FD 94 60 0 2A 3E 1 14 62 44
Octal 375 224 140 0 52 76 1 24 142 104
Binary 11111101 10010100 1100000 0 101010 111110 1 10100 1100010 1000100

Color Harmonies of #FD9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9460

Black with #FD9460

Text Example


Text Example

White with #FD9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9460; }

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

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

background-color css

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

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

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

border-color css

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

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

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