Html Css Color HEX #FD916C Atomic Tangerine

📋 copy color: '#FD916C'

red 253 ◦ green 145 ◦ blue 108

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

Shades of Atomic Tangerine #FD916C

Tints of Atomic Tangerine #FD916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.34%

R = 50%
G = 28.66%
B = 21.34%

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

#FD916C (or 0xFD916C) is known color: Atomic Tangerine. HEX triplet: FD, 91 and 6C. RGB value is (253,145,108). Sum of RGB (Red+Green+Blue) = 253+145+108=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD916C is #026E93. Grayscale: #ADADAD. Windows color (decimal): -159380 or 7115261. OLE color: 7115261.

HSL color Cylindrical-coordinate representation of color #FD916C: hue angle of 15.31º 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 #FD916C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 145 108 -
CMYK 0 0.43 0.57 0.01
HSL 15.31º 0.97% 0.71% -
HSV(B) 15.31º 0.57% 0.99% -
XYZ 53.34 42.22 19.52 -
YUV 173.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 253 145 108 0 0.43 0.57 0.01 15.31 0.97 0.71
Hex FD 91 6C 0 2B 39 1 F 61 47
Octal 375 221 154 0 53 71 1 17 141 107
Binary 11111101 10010001 1101100 0 101011 111001 1 1111 1100001 1000111

Color Harmonies of #FD916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD916C

Black with #FD916C

Text Example


Text Example

White with #FD916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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