Html Css Color HEX #FD916D Atomic Tangerine

📋 copy color: '#FD916D'

red 253 ◦ green 145 ◦ blue 109

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

Shades of Atomic Tangerine #FD916D

Tints of Atomic Tangerine #FD916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.5%

R = 49.9%
G = 28.6%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD916D (or 0xFD916D) is known color: Atomic Tangerine. HEX triplet: FD, 91 and 6D. RGB value is (253,145,109). Sum of RGB (Red+Green+Blue) = 253+145+109=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD916D is #026E92. Grayscale: #ADADAD. Windows color (decimal): -159379 or 7180797. OLE color: 7180797.

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

Color convert

RGB 253 145 109 -
CMYK 0 0.43 0.57 0.01
HSL 15º 0.97% 0.71% -
HSV(B) 15º 0.57% 0.99% -
XYZ 53.39 42.24 19.81 -
YUV 173.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 253 145 109 0 0.43 0.57 0.01 15 0.97 0.71
Hex FD 91 6D 0 2B 39 1 F 61 47
Octal 375 221 155 0 53 71 1 17 141 107
Binary 11111101 10010001 1101101 0 101011 111001 1 1111 1100001 1000111

Color Harmonies of #FD916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD916D

Black with #FD916D

Text Example


Text Example

White with #FD916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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