Html Css Color HEX #FD916A Atomic Tangerine

📋 copy color: '#FD916A'

red 253 ◦ green 145 ◦ blue 106

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

Shades of Atomic Tangerine #FD916A

Tints of Atomic Tangerine #FD916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.77%

 BLUE value IS 106 (41.8% from 255) = 21.03%

R = 50.2%
G = 28.77%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD916A (or 0xFD916A) is known color: Atomic Tangerine. HEX triplet: FD, 91 and 6A. RGB value is (253,145,106). Sum of RGB (Red+Green+Blue) = 253+145+106=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD916A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD916A is #026E95. Grayscale: #ADADAD. Windows color (decimal): -159382 or 6984189. OLE color: 6984189.

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

Color convert

RGB 253 145 106 -
CMYK 0 0.43 0.58 0.01
HSL 15.92º 0.97% 0.7% -
HSV(B) 15.92º 0.58% 0.99% -
XYZ 53.23 42.17 18.97 -
YUV 172.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 253 145 106 0 0.43 0.58 0.01 15.92 0.97 0.7
Hex FD 91 6A 0 2B 3A 1 10 61 46
Octal 375 221 152 0 53 72 1 20 141 106
Binary 11111101 10010001 1101010 0 101011 111010 1 10000 1100001 1000110

Color Harmonies of #FD916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD916A

Black with #FD916A

Text Example


Text Example

White with #FD916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD916A; }

 p { color: rgb(253,145,106); }

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

background-color css

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

 a { background-color: rgb(253,145,106); }

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

border-color css

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

 span { border-color: rgb(253,145,106); }

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