Html Css Color HEX #FD886A Salmon

📋 copy color: '#FD886A'

red 253 ◦ green 136 ◦ blue 106

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

Shades of Salmon #FD886A

Tints of Salmon #FD886A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

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

R = 51.11%
G = 27.47%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD886A (or 0xFD886A) is known color: Salmon. HEX triplet: FD, 88 and 6A. RGB value is (253,136,106). Sum of RGB (Red+Green+Blue) = 253+136+106=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD886A is #027795. Grayscale: #A7A7A7. Windows color (decimal): -161686 or 6981885. OLE color: 6981885.

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

Color convert

RGB 253 136 106 -
CMYK 0 0.46 0.58 0.01
HSL 12.24º 0.97% 0.7% -
HSV(B) 12.24º 0.58% 0.99% -
XYZ 51.91 39.53 18.53 -
YUV 167.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 253 136 106 0 0.46 0.58 0.01 12.24 0.97 0.7
Hex FD 88 6A 0 2E 3A 1 C 61 46
Octal 375 210 152 0 56 72 1 14 141 106
Binary 11111101 10001000 1101010 0 101110 111010 1 1100 1100001 1000110

Color Harmonies of #FD886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD886A

Black with #FD886A

Text Example


Text Example

White with #FD886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD886A; }

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

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

background-color css

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

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

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

border-color css

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

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

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